Shades of Sour Dough #CAB99C
Tints of Sour Dough #CAB99C
RGB
CMYK
RGB Variations
Color information
#CAB99C (or 0xCAB99C) is known color: Sour Dough. HEX triplet: CA, B9 and 9C. RGB value is (202,185,156). Sum of RGB (Red+Green+Blue) = 202+185+156=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB99C is #354663. Grayscale: #BABABA. Windows color (decimal): -3491428 or 10271178. OLE color: 10271178.
HSL color Cylindrical-coordinate representation of color #CAB99C: hue angle of 37.83º 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 #CAB99C is Cyan = 0, Magento = 0.08, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 156 | - |
| CMYK | 0 | 0.08 | 0.23 | 0.21 |
| HSL | 37.83º | 0.3% | 0.7% | - |
| HSV(B) | 37.83º | 0.23% | 0.79% | - |
| XYZ | 47.71 | 49.65 | 38.52 | - |
| YUV | 186.78 | 110.63 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 156 | 0 | 0.08 | 0.23 | 0.21 | 37.83 | 0.3 | 0.7 |
| Hex | CA | B9 | 9C | 0 | 8 | 17 | 15 | 26 | 1E | 46 |
| Octal | 312 | 271 | 234 | 0 | 10 | 27 | 25 | 46 | 36 | 106 |
| Binary | 11001010 | 10111001 | 10011100 | 0 | 1000 | 10111 | 10101 | 100110 | 11110 | 1000110 |
Color Harmonies of #CAB99C
Complementary color
Monochromatic Colors of #CAB99C
Black with #CAB99C
Text Example
Text Example
White with #CAB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB99C; }
p { color: rgb(202,185,156); }
H1.HeaderClassName
{
color: #CAB99C;
}
.AnyTagClassName
{
color: #CAB99C;
}
</style>
background-color css
<style>
a { background-color: #CAB99C; }
a { background-color: rgb(202,185,156); }
div.DivClassName
{
background-color: #CAB99C;
}
.BgClassName
{
background-color: #CAB99C;
}
</style>
border-color css
<style>
span { border-color: #CAB99C; }
span { border-color: rgb(202,185,156); }
td.TdClassName
{
border-color: #CAB99C;
}
.TagClassName
{
border-color: #CAB99C;
}
</style>