Shades of Sour Dough #CBB99B
Tints of Sour Dough #CBB99B
RGB
CMYK
RGB Variations
Color information
#CBB99B (or 0xCBB99B) is known color: Sour Dough. HEX triplet: CB, B9 and 9B. RGB value is (203,185,155). Sum of RGB (Red+Green+Blue) = 203+185+155=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 185 (72.66% from 255 or 34.07% from 543); Blue value is 155 (60.94% from 255 or 28.55% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB99B is #344664. Grayscale: #BBBBBB. Windows color (decimal): -3425893 or 10205643. OLE color: 10205643.
HSL color Cylindrical-coordinate representation of color #CBB99B: hue angle of 37.5º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CBB99B is Cyan = 0, Magento = 0.09, Yellow = 0.24 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 155 | - |
| CMYK | 0 | 0.09 | 0.24 | 0.20 |
| HSL | 37.5º | 0.32% | 0.7% | - |
| HSV(B) | 37.5º | 0.24% | 0.8% | - |
| XYZ | 47.89 | 49.76 | 38.09 | - |
| YUV | 186.96 | 109.96 | 139.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 155 | 0 | 0.09 | 0.24 | 0.20 | 37.5 | 0.32 | 0.7 |
| Hex | CB | B9 | 9B | 0 | 9 | 18 | 14 | 26 | 20 | 46 |
| Octal | 313 | 271 | 233 | 0 | 11 | 30 | 24 | 46 | 40 | 106 |
| Binary | 11001011 | 10111001 | 10011011 | 0 | 1001 | 11000 | 10100 | 100110 | 100000 | 1000110 |
Color Harmonies of #CBB99B
Complementary color
Monochromatic Colors of #CBB99B
Black with #CBB99B
Text Example
Text Example
White with #CBB99B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB99B; }
p { color: rgb(203,185,155); }
H1.HeaderClassName
{
color: #CBB99B;
}
.AnyTagClassName
{
color: #CBB99B;
}
</style>
background-color css
<style>
a { background-color: #CBB99B; }
a { background-color: rgb(203,185,155); }
div.DivClassName
{
background-color: #CBB99B;
}
.BgClassName
{
background-color: #CBB99B;
}
</style>
border-color css
<style>
span { border-color: #CBB99B; }
span { border-color: rgb(203,185,155); }
td.TdClassName
{
border-color: #CBB99B;
}
.TagClassName
{
border-color: #CBB99B;
}
</style>