Shades of Sour Dough #CAB994
Tints of Sour Dough #CAB994
RGB
CMYK
RGB Variations
Color information
#CAB994 (or 0xCAB994) is known color: Sour Dough. HEX triplet: CA, B9 and 94. RGB value is (202,185,148). Sum of RGB (Red+Green+Blue) = 202+185+148=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 185 (72.66% from 255 or 34.58% from 535); Blue value is 148 (58.20% from 255 or 27.66% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB994 is #35466B. Grayscale: #BABABA. Windows color (decimal): -3491436 or 9746890. OLE color: 9746890.
HSL color Cylindrical-coordinate representation of color #CAB994: hue angle of 41.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAB994 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 185 | 148 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.21 |
| HSL | 41.11º | 0.34% | 0.69% | - |
| HSV(B) | 41.11º | 0.27% | 0.79% | - |
| XYZ | 47.05 | 49.39 | 35.07 | - |
| YUV | 185.87 | 106.63 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 185 | 148 | 0 | 0.08 | 0.27 | 0.21 | 41.11 | 0.34 | 0.69 |
| Hex | CA | B9 | 94 | 0 | 8 | 1B | 15 | 29 | 22 | 45 |
| Octal | 312 | 271 | 224 | 0 | 10 | 33 | 25 | 51 | 42 | 105 |
| Binary | 11001010 | 10111001 | 10010100 | 0 | 1000 | 11011 | 10101 | 101001 | 100010 | 1000101 |
Color Harmonies of #CAB994
Complementary color
Monochromatic Colors of #CAB994
Black with #CAB994
Text Example
Text Example
White with #CAB994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB994; }
p { color: rgb(202,185,148); }
H1.HeaderClassName
{
color: #CAB994;
}
.AnyTagClassName
{
color: #CAB994;
}
</style>
background-color css
<style>
a { background-color: #CAB994; }
a { background-color: rgb(202,185,148); }
div.DivClassName
{
background-color: #CAB994;
}
.BgClassName
{
background-color: #CAB994;
}
</style>
border-color css
<style>
span { border-color: #CAB994; }
span { border-color: rgb(202,185,148); }
td.TdClassName
{
border-color: #CAB994;
}
.TagClassName
{
border-color: #CAB994;
}
</style>