#C9B89D

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

Shades of Sour Dough #C9B89D

Tints of Sour Dough #C9B89D

Color information

#C9B89D (or 0xC9B89D) is unknown color: approx Sour Dough. HEX triplet: C9, B8 and 9D. RGB value is (201,184,157). Sum of RGB (Red+Green+Blue) = 201+184+157=542 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.08% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 157 (61.72% from 255 or 28.97% from 542); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B89D is #364762. Grayscale: #BABABA. Windows color (decimal): -3557219 or 10336457. OLE color: 10336457.

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

Color convert

RGB201184157-
CMYK00.080.220.21
HSL36.82º28.95%70.2%-
HSV(B)36.82º21.89%78.82%-
XYZ47.3149.1338.89-
YUV186111.63138.7-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.08%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 157 (61.72% from 255) = 28.97%
R=37.08%
G=33.95%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.22
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20118415700.080.220.2136.8228.9570.2
HexC9B89D081615251d46
Octal31127023501026254535106
Binary110010011011100010011101010001011010101100101111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9B89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9B89D; }

 p { color: rgb(201,184,157); }

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

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

 a { background-color: rgb(201,184,157); }

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

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

 span { border-color: rgb(201,184,157); }

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