Shades of Sour Dough #CBB99C
Tints of Sour Dough #CBB99C
RGB
CMYK
RGB Variations
Color information
#CBB99C (or 0xCBB99C) is known color: Sour Dough. HEX triplet: CB, B9 and 9C. RGB value is (203,185,156). Sum of RGB (Red+Green+Blue) = 203+185+156=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 185 (72.66% from 255 or 34.01% from 544); Blue value is 156 (61.33% from 255 or 28.68% from 544); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB99C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB99C is #344663. Grayscale: #BBBBBB. Windows color (decimal): -3425892 or 10271179. OLE color: 10271179.
HSL color Cylindrical-coordinate representation of color #CBB99C: hue angle of 37.02º degrees, saturation: 0.31, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB99C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 156 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.20 |
| HSL | 37.02º | 0.31% | 0.7% | - |
| HSV(B) | 37.02º | 0.23% | 0.8% | - |
| XYZ | 47.98 | 49.79 | 38.54 | - |
| YUV | 187.08 | 110.46 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 156 | 0 | 0.09 | 0.23 | 0.20 | 37.02 | 0.31 | 0.7 |
| Hex | CB | B9 | 9C | 0 | 9 | 17 | 14 | 25 | 1F | 46 |
| Octal | 313 | 271 | 234 | 0 | 11 | 27 | 24 | 45 | 37 | 106 |
| Binary | 11001011 | 10111001 | 10011100 | 0 | 1001 | 10111 | 10100 | 100101 | 11111 | 1000110 |
Color Harmonies of #CBB99C
Complementary color
Monochromatic Colors of #CBB99C
Black with #CBB99C
Text Example
Text Example
White with #CBB99C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB99C; }
p { color: rgb(203,185,156); }
H1.HeaderClassName
{
color: #CBB99C;
}
.AnyTagClassName
{
color: #CBB99C;
}
</style>
background-color css
<style>
a { background-color: #CBB99C; }
a { background-color: rgb(203,185,156); }
div.DivClassName
{
background-color: #CBB99C;
}
.BgClassName
{
background-color: #CBB99C;
}
</style>
border-color css
<style>
span { border-color: #CBB99C; }
span { border-color: rgb(203,185,156); }
td.TdClassName
{
border-color: #CBB99C;
}
.TagClassName
{
border-color: #CBB99C;
}
</style>