#CAB89C

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

Shades of Sour Dough #CAB89C

Tints of Sour Dough #CAB89C

Color information

#CAB89C (or 0xCAB89C) is unknown color: approx Sour Dough. HEX triplet: CA, B8 and 9C. RGB value is (202,184,156). Sum of RGB (Red+Green+Blue) = 202+184+156=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB89C is #354763. Grayscale: #BABABA. Windows color (decimal): -3491684 or 10270922. OLE color: 10270922.

HSL color Cylindrical-coordinate representation of color #CAB89C: hue angle of 36.52º 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 #CAB89C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB202184156-
CMYK00.090.230.21
HSL36.52º30.26%70.2%-
HSV(B)36.52º22.77%79.22%-
XYZ47.549.2438.45-
YUV186.19110.96139.28-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 37.27%
GREEN value IS 184 (72.27% from 255) = 33.95%
BLUE value IS 156 (61.33% from 255) = 28.78%
R=37.27%
G=33.95%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20218415600.090.230.2136.5230.2670.2
HexCAB89C091715251e46
Octal31227023401127254536106
Binary110010101011100010011100010011011110101100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAB89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAB89C; }

 p { color: rgb(202,184,156); }

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

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

 a { background-color: rgb(202,184,156); }

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

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

 span { border-color: rgb(202,184,156); }

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