Shades of Sour Dough #CAB192
Tints of Sour Dough #CAB192
RGB
CMYK
RGB Variations
Color information
#CAB192 (or 0xCAB192) is known color: Sour Dough. HEX triplet: CA, B1 and 92. RGB value is (202,177,146). Sum of RGB (Red+Green+Blue) = 202+177+146=525 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.48% from 525); Green value is 177 (69.53% from 255 or 33.71% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB192 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CAB192 is #354E6D. Grayscale: #B5B5B5. Windows color (decimal): -3493486 or 9613770. OLE color: 9613770.
HSL color Cylindrical-coordinate representation of color #CAB192: hue angle of 33.21º 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 #CAB192 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 177 | 146 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.21 |
| HSL | 33.21º | 0.35% | 0.68% | - |
| HSV(B) | 33.21º | 0.28% | 0.79% | - |
| XYZ | 45.27 | 46.08 | 33.7 | - |
| YUV | 180.94 | 108.28 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 177 | 146 | 0 | 0.12 | 0.28 | 0.21 | 33.21 | 0.35 | 0.68 |
| Hex | CA | B1 | 92 | 0 | C | 1C | 15 | 21 | 23 | 44 |
| Octal | 312 | 261 | 222 | 0 | 14 | 34 | 25 | 41 | 43 | 104 |
| Binary | 11001010 | 10110001 | 10010010 | 0 | 1100 | 11100 | 10101 | 100001 | 100011 | 1000100 |
Color Harmonies of #CAB192
Complementary color
Monochromatic Colors of #CAB192
Black with #CAB192
Text Example
Text Example
White with #CAB192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB192; }
p { color: rgb(202,177,146); }
H1.HeaderClassName
{
color: #CAB192;
}
.AnyTagClassName
{
color: #CAB192;
}
</style>
background-color css
<style>
a { background-color: #CAB192; }
a { background-color: rgb(202,177,146); }
div.DivClassName
{
background-color: #CAB192;
}
.BgClassName
{
background-color: #CAB192;
}
</style>
border-color css
<style>
span { border-color: #CAB192; }
span { border-color: rgb(202,177,146); }
td.TdClassName
{
border-color: #CAB192;
}
.TagClassName
{
border-color: #CAB192;
}
</style>