Shades of Sour Dough #CAB89D
Tints of Sour Dough #CAB89D
RGB
CMYK
RGB Variations
Color information
#CAB89D (or 0xCAB89D) is known color: Sour Dough. HEX triplet: CA, B8 and 9D. RGB value is (202,184,157). Sum of RGB (Red+Green+Blue) = 202+184+157=543 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.20% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 157 (61.72% from 255 or 28.91% from 543); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB89D is #354762. Grayscale: #BABABA. Windows color (decimal): -3491683 or 10336458. OLE color: 10336458.
HSL color Cylindrical-coordinate representation of color #CAB89D: hue angle of 36º degrees, saturation: 0.3, 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 #CAB89D is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 157 | - |
| CMYK | 0 | 0.09 | 0.22 | 0.21 |
| HSL | 36º | 0.3% | 0.7% | - |
| HSV(B) | 36º | 0.22% | 0.79% | - |
| XYZ | 47.58 | 49.27 | 38.9 | - |
| YUV | 186.3 | 111.46 | 139.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 157 | 0 | 0.09 | 0.22 | 0.21 | 36 | 0.3 | 0.7 |
| Hex | CA | B8 | 9D | 0 | 9 | 16 | 15 | 24 | 1E | 46 |
| Octal | 312 | 270 | 235 | 0 | 11 | 26 | 25 | 44 | 36 | 106 |
| Binary | 11001010 | 10111000 | 10011101 | 0 | 1001 | 10110 | 10101 | 100100 | 11110 | 1000110 |
Color Harmonies of #CAB89D
Complementary color
Monochromatic Colors of #CAB89D
Black with #CAB89D
Text Example
Text Example
White with #CAB89D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB89D; }
p { color: rgb(202,184,157); }
H1.HeaderClassName
{
color: #CAB89D;
}
.AnyTagClassName
{
color: #CAB89D;
}
</style>
background-color css
<style>
a { background-color: #CAB89D; }
a { background-color: rgb(202,184,157); }
div.DivClassName
{
background-color: #CAB89D;
}
.BgClassName
{
background-color: #CAB89D;
}
</style>
border-color css
<style>
span { border-color: #CAB89D; }
span { border-color: rgb(202,184,157); }
td.TdClassName
{
border-color: #CAB89D;
}
.TagClassName
{
border-color: #CAB89D;
}
</style>