Shades of Sour Dough #CAB294
Tints of Sour Dough #CAB294
RGB
CMYK
RGB Variations
Color information
#CAB294 (or 0xCAB294) is known color: Sour Dough. HEX triplet: CA, B2 and 94. RGB value is (202,178,148). Sum of RGB (Red+Green+Blue) = 202+178+148=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 178 (69.92% from 255 or 33.71% from 528); Blue value is 148 (58.20% from 255 or 28.03% from 528); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB294 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB294 is #354D6B. Grayscale: #B5B5B5. Windows color (decimal): -3493228 or 9745098. OLE color: 9745098.
HSL color Cylindrical-coordinate representation of color #CAB294: hue angle of 33.33º 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 #CAB294 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 148 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.21 |
| HSL | 33.33º | 0.34% | 0.69% | - |
| HSV(B) | 33.33º | 0.27% | 0.79% | - |
| XYZ | 45.62 | 46.54 | 34.59 | - |
| YUV | 181.76 | 108.95 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 148 | 0 | 0.12 | 0.27 | 0.21 | 33.33 | 0.34 | 0.69 |
| Hex | CA | B2 | 94 | 0 | C | 1B | 15 | 21 | 22 | 45 |
| Octal | 312 | 262 | 224 | 0 | 14 | 33 | 25 | 41 | 42 | 105 |
| Binary | 11001010 | 10110010 | 10010100 | 0 | 1100 | 11011 | 10101 | 100001 | 100010 | 1000101 |
Color Harmonies of #CAB294
Complementary color
Monochromatic Colors of #CAB294
Black with #CAB294
Text Example
Text Example
White with #CAB294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB294; }
p { color: rgb(202,178,148); }
H1.HeaderClassName
{
color: #CAB294;
}
.AnyTagClassName
{
color: #CAB294;
}
</style>
background-color css
<style>
a { background-color: #CAB294; }
a { background-color: rgb(202,178,148); }
div.DivClassName
{
background-color: #CAB294;
}
.BgClassName
{
background-color: #CAB294;
}
</style>
border-color css
<style>
span { border-color: #CAB294; }
span { border-color: rgb(202,178,148); }
td.TdClassName
{
border-color: #CAB294;
}
.TagClassName
{
border-color: #CAB294;
}
</style>