Shades of Sour Dough #CBB995
Tints of Sour Dough #CBB995
RGB
CMYK
RGB Variations
Color information
#CBB995 (or 0xCBB995) is known color: Sour Dough. HEX triplet: CB, B9 and 95. RGB value is (203,185,149). Sum of RGB (Red+Green+Blue) = 203+185+149=537 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.80% from 537); Green value is 185 (72.66% from 255 or 34.45% from 537); Blue value is 149 (58.59% from 255 or 27.75% from 537); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB995 is #34466A. Grayscale: #BABABA. Windows color (decimal): -3425899 or 9812427. OLE color: 9812427.
HSL color Cylindrical-coordinate representation of color #CBB995: hue angle of 40º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB995 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 149 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.20 |
| HSL | 40º | 0.34% | 0.69% | - |
| HSV(B) | 40º | 0.27% | 0.8% | - |
| XYZ | 47.4 | 49.56 | 35.5 | - |
| YUV | 186.28 | 106.96 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 149 | 0 | 0.09 | 0.27 | 0.20 | 40 | 0.34 | 0.69 |
| Hex | CB | B9 | 95 | 0 | 9 | 1B | 14 | 28 | 22 | 45 |
| Octal | 313 | 271 | 225 | 0 | 11 | 33 | 24 | 50 | 42 | 105 |
| Binary | 11001011 | 10111001 | 10010101 | 0 | 1001 | 11011 | 10100 | 101000 | 100010 | 1000101 |
Color Harmonies of #CBB995
Complementary color
Monochromatic Colors of #CBB995
Black with #CBB995
Text Example
Text Example
White with #CBB995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB995; }
p { color: rgb(203,185,149); }
H1.HeaderClassName
{
color: #CBB995;
}
.AnyTagClassName
{
color: #CBB995;
}
</style>
background-color css
<style>
a { background-color: #CBB995; }
a { background-color: rgb(203,185,149); }
div.DivClassName
{
background-color: #CBB995;
}
.BgClassName
{
background-color: #CBB995;
}
</style>
border-color css
<style>
span { border-color: #CBB995; }
span { border-color: rgb(203,185,149); }
td.TdClassName
{
border-color: #CBB995;
}
.TagClassName
{
border-color: #CBB995;
}
</style>