Shades of Sour Dough #CAB295
Tints of Sour Dough #CAB295
RGB
CMYK
RGB Variations
Color information
#CAB295 (or 0xCAB295) is known color: Sour Dough. HEX triplet: CA, B2 and 95. RGB value is (202,178,149). Sum of RGB (Red+Green+Blue) = 202+178+149=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 178 (69.92% from 255 or 33.65% from 529); Blue value is 149 (58.59% from 255 or 28.17% from 529); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB295 is #354D6A. Grayscale: #B6B6B6. Windows color (decimal): -3493227 or 9810634. OLE color: 9810634.
HSL color Cylindrical-coordinate representation of color #CAB295: hue angle of 32.83º degrees, saturation: 0.33, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAB295 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 178 | 149 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.21 |
| HSL | 32.83º | 0.33% | 0.69% | - |
| HSV(B) | 32.83º | 0.26% | 0.79% | - |
| XYZ | 45.7 | 46.57 | 35.01 | - |
| YUV | 181.87 | 109.45 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 178 | 149 | 0 | 0.12 | 0.26 | 0.21 | 32.83 | 0.33 | 0.69 |
| Hex | CA | B2 | 95 | 0 | C | 1A | 15 | 21 | 21 | 45 |
| Octal | 312 | 262 | 225 | 0 | 14 | 32 | 25 | 41 | 41 | 105 |
| Binary | 11001010 | 10110010 | 10010101 | 0 | 1100 | 11010 | 10101 | 100001 | 100001 | 1000101 |
Color Harmonies of #CAB295
Complementary color
Monochromatic Colors of #CAB295
Black with #CAB295
Text Example
Text Example
White with #CAB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB295; }
p { color: rgb(202,178,149); }
H1.HeaderClassName
{
color: #CAB295;
}
.AnyTagClassName
{
color: #CAB295;
}
</style>
background-color css
<style>
a { background-color: #CAB295; }
a { background-color: rgb(202,178,149); }
div.DivClassName
{
background-color: #CAB295;
}
.BgClassName
{
background-color: #CAB295;
}
</style>
border-color css
<style>
span { border-color: #CAB295; }
span { border-color: rgb(202,178,149); }
td.TdClassName
{
border-color: #CAB295;
}
.TagClassName
{
border-color: #CAB295;
}
</style>