Shades of Sour Dough #CBB899
Tints of Sour Dough #CBB899
RGB
CMYK
RGB Variations
Color information
#CBB899 (or 0xCBB899) is known color: Sour Dough. HEX triplet: CB, B8 and 99. RGB value is (203,184,153). Sum of RGB (Red+Green+Blue) = 203+184+153=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 184 (72.27% from 255 or 34.07% from 540); Blue value is 153 (60.16% from 255 or 28.33% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB899 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB899 is #344766. Grayscale: #BABABA. Windows color (decimal): -3426151 or 10074315. OLE color: 10074315.
HSL color Cylindrical-coordinate representation of color #CBB899: hue angle of 37.2º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CBB899 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 153 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.20 |
| HSL | 37.2º | 0.32% | 0.7% | - |
| HSV(B) | 37.2º | 0.25% | 0.8% | - |
| XYZ | 47.52 | 49.28 | 37.14 | - |
| YUV | 186.15 | 109.29 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 153 | 0 | 0.09 | 0.25 | 0.20 | 37.2 | 0.32 | 0.7 |
| Hex | CB | B8 | 99 | 0 | 9 | 19 | 14 | 25 | 20 | 46 |
| Octal | 313 | 270 | 231 | 0 | 11 | 31 | 24 | 45 | 40 | 106 |
| Binary | 11001011 | 10111000 | 10011001 | 0 | 1001 | 11001 | 10100 | 100101 | 100000 | 1000110 |
Color Harmonies of #CBB899
Complementary color
Monochromatic Colors of #CBB899
Black with #CBB899
Text Example
Text Example
White with #CBB899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB899; }
p { color: rgb(203,184,153); }
H1.HeaderClassName
{
color: #CBB899;
}
.AnyTagClassName
{
color: #CBB899;
}
</style>
background-color css
<style>
a { background-color: #CBB899; }
a { background-color: rgb(203,184,153); }
div.DivClassName
{
background-color: #CBB899;
}
.BgClassName
{
background-color: #CBB899;
}
</style>
border-color css
<style>
span { border-color: #CBB899; }
span { border-color: rgb(203,184,153); }
td.TdClassName
{
border-color: #CBB899;
}
.TagClassName
{
border-color: #CBB899;
}
</style>