Shades of Sour Dough #CAB99A
Tints of Sour Dough #CAB99A
RGB
CMYK
RGB Variations
Color information
#CAB99A (or 0xCAB99A) is known color: Sour Dough. HEX triplet: CA, B9 and 9A. RGB value is (202,185,154). Sum of RGB (Red+Green+Blue) = 202+185+154=541 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.34% from 541); Green value is 185 (72.66% from 255 or 34.20% from 541); Blue value is 154 (60.55% from 255 or 28.47% from 541); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB99A is #354665. Grayscale: #BABABA. Windows color (decimal): -3491430 or 10140106. OLE color: 10140106.
HSL color Cylindrical-coordinate representation of color #CAB99A: hue angle of 38.75º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAB99A is Cyan = 0, Magento = 0.08, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 154 | - |
| CMYK | 0 | 0.08 | 0.24 | 0.21 |
| HSL | 38.75º | 0.31% | 0.7% | - |
| HSV(B) | 38.75º | 0.24% | 0.79% | - |
| XYZ | 47.54 | 49.59 | 37.64 | - |
| YUV | 186.55 | 109.63 | 139.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 154 | 0 | 0.08 | 0.24 | 0.21 | 38.75 | 0.31 | 0.7 |
| Hex | CA | B9 | 9A | 0 | 8 | 18 | 15 | 27 | 1F | 46 |
| Octal | 312 | 271 | 232 | 0 | 10 | 30 | 25 | 47 | 37 | 106 |
| Binary | 11001010 | 10111001 | 10011010 | 0 | 1000 | 11000 | 10101 | 100111 | 11111 | 1000110 |
Color Harmonies of #CAB99A
Complementary color
Monochromatic Colors of #CAB99A
Black with #CAB99A
Text Example
Text Example
White with #CAB99A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB99A; }
p { color: rgb(202,185,154); }
H1.HeaderClassName
{
color: #CAB99A;
}
.AnyTagClassName
{
color: #CAB99A;
}
</style>
background-color css
<style>
a { background-color: #CAB99A; }
a { background-color: rgb(202,185,154); }
div.DivClassName
{
background-color: #CAB99A;
}
.BgClassName
{
background-color: #CAB99A;
}
</style>
border-color css
<style>
span { border-color: #CAB99A; }
span { border-color: rgb(202,185,154); }
td.TdClassName
{
border-color: #CAB99A;
}
.TagClassName
{
border-color: #CAB99A;
}
</style>