Shades of Sour Dough #CBB998
Tints of Sour Dough #CBB998
RGB
CMYK
RGB Variations
Color information
#CBB998 (or 0xCBB998) is known color: Sour Dough. HEX triplet: CB, B9 and 98. RGB value is (203,185,152). Sum of RGB (Red+Green+Blue) = 203+185+152=540 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.59% from 540); Green value is 185 (72.66% from 255 or 34.26% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB998 is #344667. Grayscale: #BABABA. Windows color (decimal): -3425896 or 10009035. OLE color: 10009035.
HSL color Cylindrical-coordinate representation of color #CBB998: hue angle of 38.82º degrees, saturation: 0.33, 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 #CBB998 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 185 | 152 | - |
| CMYK | 0 | 0.09 | 0.25 | 0.20 |
| HSL | 38.82º | 0.33% | 0.7% | - |
| HSV(B) | 38.82º | 0.25% | 0.8% | - |
| XYZ | 47.65 | 49.66 | 36.78 | - |
| YUV | 186.62 | 108.46 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 152 | 0 | 0.09 | 0.25 | 0.20 | 38.82 | 0.33 | 0.7 |
| Hex | CB | B9 | 98 | 0 | 9 | 19 | 14 | 27 | 21 | 46 |
| Octal | 313 | 271 | 230 | 0 | 11 | 31 | 24 | 47 | 41 | 106 |
| Binary | 11001011 | 10111001 | 10011000 | 0 | 1001 | 11001 | 10100 | 100111 | 100001 | 1000110 |
Color Harmonies of #CBB998
Complementary color
Monochromatic Colors of #CBB998
Black with #CBB998
Text Example
Text Example
White with #CBB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB998; }
p { color: rgb(203,185,152); }
H1.HeaderClassName
{
color: #CBB998;
}
.AnyTagClassName
{
color: #CBB998;
}
</style>
background-color css
<style>
a { background-color: #CBB998; }
a { background-color: rgb(203,185,152); }
div.DivClassName
{
background-color: #CBB998;
}
.BgClassName
{
background-color: #CBB998;
}
</style>
border-color css
<style>
span { border-color: #CBB998; }
span { border-color: rgb(203,185,152); }
td.TdClassName
{
border-color: #CBB998;
}
.TagClassName
{
border-color: #CBB998;
}
</style>