Color Hex Logo

#c6695c Color Hex

#C6695C
(198,105,92)
0 Favorites   0 Comments

Color spaces of #c6695c

RGB 19810592
HSL0.020.480.57
HSV54°78°
CMYK 0.000.470.54   0.22
XYZ30.272022.881612.9463
Yxy22.88160.45800.3462
Hunter Lab47.834729.252217.4377
CIE-Lab54.950235.638523.9815

#c6695c color RGB value is (198,105,92).

#c6695c hex color red value is 198, green value is 105 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #c6695c hue: 0.02 , saturation: 0.48 and the lightness value of c6695c is 0.57.

The process color (four color CMYK) of #c6695c color hex is 0.00, 0.47, 0.54, 0.22. Web safe color of #c6695c is #cc6666. Color #c6695c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101001 01011100
Octal 306 151 134
Decimal 198 105 92
Hex C6 69 5C

RGB Percentages of Color #c6695c

%50.13
%26.58
%23.29

CMYK Percentages of Color #c6695c

%0
%47
%54
%22

Triadic Colors of #c6695c

#c6695c #5cc669 #695cc6

Analogous Colors of #c6695c

#c6695c #c69e5c #c65c84

Monochromatic Colors of #c6695c

#c6695c

Complementary Color

#c6695c #5cb9c6

#c6695c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6695c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6695c Color CSS Codes

.mybgcolor {background-color:#c6695c; } 
.myforecolor {color:#c6695c; }
.mybordercolor {border:3px solid #c6695c; }

#c6695c Text Font Color

<p style="color:#c6695c">Text here</p>

This sample text font color is #c6695c
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#c6695c Background Color

<div style="background-color:#c6695c">
Div content here</div>

This div background color is #c6695c


#c6695c Border Color

<div style="border:3px solid #c6695c">
Div here</div>

This div border color is #c6695c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,105,92, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6695c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6695c;
  -webkit-box-shadow: 1px 1px 3px 2px #c6695c;
  box-shadow:         1px 1px 3px 2px #c6695c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,105,92, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c6695c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #c6695c;
  -webkit-box-shadow: 1px 1px 3px 2px #c6695c;
  box-shadow:         1px 1px 3px 2px #c6695c;">
Div content here</div>

This div box has shadow with color #c6695c


Comments

No comments written yet.

Please login to write comment.