Color Hex Logo

#c6926b Color Hex

#C6926B
(198,146,107)
0 Favorites   0 Comments

Color spaces of #c6926b

RGB 198146107
HSL0.070.440.60
HSV26°46°78°
CMYK 0.000.260.46   0.22
XYZ36.221433.625118.4911
Yxy33.62510.41000.3806
Hunter Lab57.987210.021721.6845
CIE-Lab64.663914.814428.3205

#c6926b color RGB value is (198,146,107).

#c6926b hex color red value is 198, green value is 146 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c6926b hue: 0.07 , saturation: 0.44 and the lightness value of c6926b is 0.60.

The process color (four color CMYK) of #c6926b color hex is 0.00, 0.26, 0.46, 0.22. Web safe color of #c6926b is #cc9966. Color #c6926b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10010010 01101011
Octal 306 222 153
Decimal 198 146 107
Hex C6 92 6B

RGB Percentages of Color #c6926b

%43.90
%32.37
%23.73

CMYK Percentages of Color #c6926b

%0
%26
%46
%22

Triadic Colors of #c6926b

#c6926b #6bc692 #926bc6

Analogous Colors of #c6926b

#c6926b #c6c06b #c66b72

Monochromatic Colors of #c6926b

#c6926b

Complementary Color

#c6926b #6b9fc6

#c6926b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6926b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6926b Color CSS Codes

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

#c6926b Text Font Color

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

This sample text font color is #c6926b
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.


#c6926b Background Color

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

This div background color is #c6926b


#c6926b Border Color

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

This div border color is #c6926b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6926b

#c6926b Color Palettes


Comments

No comments written yet.

Please login to write comment.