Shades of Sour Dough #CAB699
Tints of Sour Dough #CAB699
RGB
CMYK
RGB Variations
Color information
#CAB699 (or 0xCAB699) is known color: Sour Dough. HEX triplet: CA, B6 and 99. RGB value is (202,182,153). Sum of RGB (Red+Green+Blue) = 202+182+153=537 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.62% from 537); Green value is 182 (71.48% from 255 or 33.89% from 537); Blue value is 153 (60.16% from 255 or 28.49% from 537); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB699 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB699 is #354966. Grayscale: #B8B8B8. Windows color (decimal): -3492199 or 10073802. OLE color: 10073802.
HSL color Cylindrical-coordinate representation of color #CAB699: hue angle of 35.51º degrees, saturation: 0.32, 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 #CAB699 is Cyan = 0, Magento = 0.10, Yellow = 0.24 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 182 | 153 | - |
| CMYK | 0 | 0.10 | 0.24 | 0.21 |
| HSL | 35.51º | 0.32% | 0.7% | - |
| HSV(B) | 35.51º | 0.24% | 0.79% | - |
| XYZ | 46.83 | 48.31 | 36.99 | - |
| YUV | 184.67 | 110.13 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 182 | 153 | 0 | 0.10 | 0.24 | 0.21 | 35.51 | 0.32 | 0.7 |
| Hex | CA | B6 | 99 | 0 | A | 18 | 15 | 24 | 20 | 46 |
| Octal | 312 | 266 | 231 | 0 | 12 | 30 | 25 | 44 | 40 | 106 |
| Binary | 11001010 | 10110110 | 10011001 | 0 | 1010 | 11000 | 10101 | 100100 | 100000 | 1000110 |
Color Harmonies of #CAB699
Complementary color
Monochromatic Colors of #CAB699
Black with #CAB699
Text Example
Text Example
White with #CAB699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB699; }
p { color: rgb(202,182,153); }
H1.HeaderClassName
{
color: #CAB699;
}
.AnyTagClassName
{
color: #CAB699;
}
</style>
background-color css
<style>
a { background-color: #CAB699; }
a { background-color: rgb(202,182,153); }
div.DivClassName
{
background-color: #CAB699;
}
.BgClassName
{
background-color: #CAB699;
}
</style>
border-color css
<style>
span { border-color: #CAB699; }
span { border-color: rgb(202,182,153); }
td.TdClassName
{
border-color: #CAB699;
}
.TagClassName
{
border-color: #CAB699;
}
</style>