Shades of Sour Dough #CBB99D
Tints of Sour Dough #CBB99D
RGB
CMYK
RGB Variations
Color information
#CBB99D (or 0xCBB99D) is known color: Sour Dough. HEX triplet: CB, B9 and 9D. RGB value is (203,185,157). Sum of RGB (Red+Green+Blue) = 203+185+157=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 185 (72.66% from 255 or 33.94% from 545); Blue value is 157 (61.72% from 255 or 28.81% from 545); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB99D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB99D is #344662. Grayscale: #BBBBBB. Windows color (decimal): -3425891 or 10336715. OLE color: 10336715.
HSL color Cylindrical-coordinate representation of color #CBB99D: hue angle of 36.52º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBB99D is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 157 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.20 |
| HSL | 36.52º | 0.31% | 0.71% | - |
| HSV(B) | 36.52º | 0.23% | 0.8% | - |
| XYZ | 48.06 | 49.83 | 38.98 | - |
| YUV | 187.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 157 | 0 | 0.09 | 0.23 | 0.20 | 36.52 | 0.31 | 0.71 |
| Hex | CB | B9 | 9D | 0 | 9 | 17 | 14 | 25 | 1F | 47 |
| Octal | 313 | 271 | 235 | 0 | 11 | 27 | 24 | 45 | 37 | 107 |
| Binary | 11001011 | 10111001 | 10011101 | 0 | 1001 | 10111 | 10100 | 100101 | 11111 | 1000111 |
Color Harmonies of #CBB99D
Complementary color
Monochromatic Colors of #CBB99D
Black with #CBB99D
Text Example
Text Example
White with #CBB99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB99D; }
p { color: rgb(203,185,157); }
H1.HeaderClassName
{
color: #CBB99D;
}
.AnyTagClassName
{
color: #CBB99D;
}
</style>
background-color css
<style>
a { background-color: #CBB99D; }
a { background-color: rgb(203,185,157); }
div.DivClassName
{
background-color: #CBB99D;
}
.BgClassName
{
background-color: #CBB99D;
}
</style>
border-color css
<style>
span { border-color: #CBB99D; }
span { border-color: rgb(203,185,157); }
td.TdClassName
{
border-color: #CBB99D;
}
.TagClassName
{
border-color: #CBB99D;
}
</style>