Shades of Sour Dough #CAB89C
Tints of Sour Dough #CAB89C
RGB
CMYK
RGB Variations
Color information
#CAB89C (or 0xCAB89C) is known color: Sour Dough. HEX triplet: CA, B8 and 9C. RGB value is (202,184,156). Sum of RGB (Red+Green+Blue) = 202+184+156=542 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.27% from 542); Green value is 184 (72.27% from 255 or 33.95% from 542); Blue value is 156 (61.33% from 255 or 28.78% from 542); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAB89C is #354763. Grayscale: #BABABA. Windows color (decimal): -3491684 or 10270922. OLE color: 10270922.
HSL color Cylindrical-coordinate representation of color #CAB89C: hue angle of 36.52º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAB89C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 184 | 156 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.21 |
| HSL | 36.52º | 0.3% | 0.7% | - |
| HSV(B) | 36.52º | 0.23% | 0.79% | - |
| XYZ | 47.5 | 49.24 | 38.45 | - |
| YUV | 186.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 184 | 156 | 0 | 0.09 | 0.23 | 0.21 | 36.52 | 0.3 | 0.7 |
| Hex | CA | B8 | 9C | 0 | 9 | 17 | 15 | 25 | 1E | 46 |
| Octal | 312 | 270 | 234 | 0 | 11 | 27 | 25 | 45 | 36 | 106 |
| Binary | 11001010 | 10111000 | 10011100 | 0 | 1001 | 10111 | 10101 | 100101 | 11110 | 1000110 |
Color Harmonies of #CAB89C
Complementary color
Monochromatic Colors of #CAB89C
Black with #CAB89C
Text Example
Text Example
White with #CAB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAB89C; }
p { color: rgb(202,184,156); }
H1.HeaderClassName
{
color: #CAB89C;
}
.AnyTagClassName
{
color: #CAB89C;
}
</style>
background-color css
<style>
a { background-color: #CAB89C; }
a { background-color: rgb(202,184,156); }
div.DivClassName
{
background-color: #CAB89C;
}
.BgClassName
{
background-color: #CAB89C;
}
</style>
border-color css
<style>
span { border-color: #CAB89C; }
span { border-color: rgb(202,184,156); }
td.TdClassName
{
border-color: #CAB89C;
}
.TagClassName
{
border-color: #CAB89C;
}
</style>