Shades of Sour Dough #CAB291
Tints of Sour Dough #CAB291
RGB
CMYK
RGB Variations
Color information
#CAB291 (or 0xCAB291) is known color: Sour Dough. HEX triplet: CA, B2 and 91. RGB value is (202,178,145). Sum of RGB (Red+Green+Blue) = 202+178+145=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 178 (69.92% from 255 or 33.90% from 525); Blue value is 145 (57.03% from 255 or 27.62% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB291 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB291 is #354D6E. Grayscale: #B5B5B5. Windows color (decimal): -3493231 or 9548490. OLE color: 9548490.
HSL color Cylindrical-coordinate representation of color #CAB291: hue angle of 34.74º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CAB291 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 145 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.21 |
| HSL | 34.74º | 0.35% | 0.68% | - |
| HSV(B) | 34.74º | 0.28% | 0.79% | - |
| XYZ | 45.39 | 46.44 | 33.36 | - |
| YUV | 181.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 145 | 0 | 0.12 | 0.28 | 0.21 | 34.74 | 0.35 | 0.68 |
| Hex | CA | B2 | 91 | 0 | C | 1C | 15 | 23 | 23 | 44 |
| Octal | 312 | 262 | 221 | 0 | 14 | 34 | 25 | 43 | 43 | 104 |
| Binary | 11001010 | 10110010 | 10010001 | 0 | 1100 | 11100 | 10101 | 100011 | 100011 | 1000100 |
Color Harmonies of #CAB291
Complementary color
Monochromatic Colors of #CAB291
Black with #CAB291
Text Example
Text Example
White with #CAB291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB291; }
p { color: rgb(202,178,145); }
H1.HeaderClassName
{
color: #CAB291;
}
.AnyTagClassName
{
color: #CAB291;
}
</style>
background-color css
<style>
a { background-color: #CAB291; }
a { background-color: rgb(202,178,145); }
div.DivClassName
{
background-color: #CAB291;
}
.BgClassName
{
background-color: #CAB291;
}
</style>
border-color css
<style>
span { border-color: #CAB291; }
span { border-color: rgb(202,178,145); }
td.TdClassName
{
border-color: #CAB291;
}
.TagClassName
{
border-color: #CAB291;
}
</style>