#C9B59B

Color #C9B59B Sour Dough (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sour Dough #C9B59B

Tints of Sour Dough #C9B59B

Color information

#C9B59B (or 0xC9B59B) is unknown color: approx Sour Dough. HEX triplet: C9, B5 and 9B. RGB value is (201,181,155). Sum of RGB (Red+Green+Blue) = 201+181+155=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 181 (71.09% from 255 or 33.71% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B59B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B59B is #364A64. Grayscale: #B8B8B8. Windows color (decimal): -3557989 or 10204617. OLE color: 10204617.

HSL color Cylindrical-coordinate representation of color #C9B59B: hue angle of 33.91º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C9B59B is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB201181155-
CMYK00.100.230.21
HSL33.91º29.87%69.8%-
HSV(B)33.91º22.89%78.82%-
XYZ46.5347.8337.79-
YUV184.02111.63140.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 201 (78.91% from 255) = 37.43%
GREEN value IS 181 (71.09% from 255) = 33.71%
BLUE value IS 155 (60.94% from 255) = 28.86%
R=37.43%
G=33.71%
B=28.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118115500.100.230.2133.9129.8769.8
HexC9B59B0A1715221e46
Octal31126523301227254236106
Binary110010011011010110011011010101011110101100010111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B59B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B59B; }

 p { color: rgb(201,181,155); }

 H1.HeaderClassName
 {
   color: #C9B59B;
 }
 .AnyTagClassName
 {
   color: #C9B59B;
 }
</style>
background-color css

<style>
 a { background-color: #C9B59B; }

 a { background-color: rgb(201,181,155); }

 div.DivClassName
 {
   background-color: #C9B59B;
 }
 .BgClassName
 {
   background-color: #C9B59B;
 }
</style>
border-color css

<style>
 span { border-color: #C9B59B; }

 span { border-color: rgb(201,181,155); }

 td.TdClassName
 {
   border-color: #C9B59B;
 }
 .TagClassName
 {
   border-color: #C9B59B;
 }
</style>