Shades of Sour Dough #CAB997
Tints of Sour Dough #CAB997
RGB
CMYK
RGB Variations
Color information
#CAB997 (or 0xCAB997) is known color: Sour Dough. HEX triplet: CA, B9 and 97. RGB value is (202,185,151). Sum of RGB (Red+Green+Blue) = 202+185+151=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 185 (72.66% from 255 or 34.39% from 538); Blue value is 151 (59.38% from 255 or 28.07% from 538); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB997 is #354668. Grayscale: #BABABA. Windows color (decimal): -3491433 or 9943498. OLE color: 9943498.
HSL color Cylindrical-coordinate representation of color #CAB997: hue angle of 40º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAB997 is Cyan = 0, Magento = 0.08, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
RGB | 202 | 185 | 151 | - |
CMYK | 0 | 0.08 | 0.25 | 0.21 |
HSL | 40º | 0.32% | 0.69% | - |
HSV(B) | 40º | 0.25% | 0.79% | - |
XYZ | 47.29 | 49.49 | 36.34 | - |
YUV | 186.21 | 108.13 | 139.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 185 | 151 | 0 | 0.08 | 0.25 | 0.21 | 40 | 0.32 | 0.69 |
Hex | CA | B9 | 97 | 0 | 8 | 19 | 15 | 28 | 20 | 45 |
Octal | 312 | 271 | 227 | 0 | 10 | 31 | 25 | 50 | 40 | 105 |
Binary | 11001010 | 10111001 | 10010111 | 0 | 1000 | 11001 | 10101 | 101000 | 100000 | 1000101 |
Color Harmonies of #CAB997
Complementary color
Monochromatic Colors of #CAB997
Black with #CAB997
Text Example
Text Example
White with #CAB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB997; }
p { color: rgb(202,185,151); }
H1.HeaderClassName
{
color: #CAB997;
}
.AnyTagClassName
{
color: #CAB997;
}
</style>
background-color css
<style>
a { background-color: #CAB997; }
a { background-color: rgb(202,185,151); }
div.DivClassName
{
background-color: #CAB997;
}
.BgClassName
{
background-color: #CAB997;
}
</style>
border-color css
<style>
span { border-color: #CAB997; }
span { border-color: rgb(202,185,151); }
td.TdClassName
{
border-color: #CAB997;
}
.TagClassName
{
border-color: #CAB997;
}
</style>