Shades of Sour Dough #CAB895
Tints of Sour Dough #CAB895
RGB
CMYK
RGB Variations
Color information
#CAB895 (or 0xCAB895) is known color: Sour Dough. HEX triplet: CA, B8 and 95. RGB value is (202,184,149). Sum of RGB (Red+Green+Blue) = 202+184+149=535 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.76% from 535); Green value is 184 (72.27% from 255 or 34.39% from 535); Blue value is 149 (58.59% from 255 or 27.85% from 535); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB895 is #35476A. Grayscale: #B9B9B9. Windows color (decimal): -3491691 or 9812170. OLE color: 9812170.
HSL color Cylindrical-coordinate representation of color #CAB895: hue angle of 39.62º 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 #CAB895 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 149 | - |
| CMYK | 0 | 0.09 | 0.26 | 0.21 |
| HSL | 39.62º | 0.33% | 0.69% | - |
| HSV(B) | 39.62º | 0.26% | 0.79% | - |
| XYZ | 46.92 | 49.01 | 35.42 | - |
| YUV | 185.39 | 107.46 | 139.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 149 | 0 | 0.09 | 0.26 | 0.21 | 39.62 | 0.33 | 0.69 |
| Hex | CA | B8 | 95 | 0 | 9 | 1A | 15 | 28 | 21 | 45 |
| Octal | 312 | 270 | 225 | 0 | 11 | 32 | 25 | 50 | 41 | 105 |
| Binary | 11001010 | 10111000 | 10010101 | 0 | 1001 | 11010 | 10101 | 101000 | 100001 | 1000101 |
Color Harmonies of #CAB895
Complementary color
Monochromatic Colors of #CAB895
Black with #CAB895
Text Example
Text Example
White with #CAB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB895; }
p { color: rgb(202,184,149); }
H1.HeaderClassName
{
color: #CAB895;
}
.AnyTagClassName
{
color: #CAB895;
}
</style>
background-color css
<style>
a { background-color: #CAB895; }
a { background-color: rgb(202,184,149); }
div.DivClassName
{
background-color: #CAB895;
}
.BgClassName
{
background-color: #CAB895;
}
</style>
border-color css
<style>
span { border-color: #CAB895; }
span { border-color: rgb(202,184,149); }
td.TdClassName
{
border-color: #CAB895;
}
.TagClassName
{
border-color: #CAB895;
}
</style>