Shades of Sour Dough #CBB89C
Tints of Sour Dough #CBB89C
RGB
CMYK
RGB Variations
Color information
#CBB89C (or 0xCBB89C) is known color: Sour Dough. HEX triplet: CB, B8 and 9C. RGB value is (203,184,156). Sum of RGB (Red+Green+Blue) = 203+184+156=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 184 (72.27% from 255 or 33.89% from 543); Blue value is 156 (61.33% from 255 or 28.73% from 543); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB89C is #344763. Grayscale: #BABABA. Windows color (decimal): -3426148 or 10270923. OLE color: 10270923.
HSL color Cylindrical-coordinate representation of color #CBB89C: hue angle of 35.74º 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 #CBB89C is Cyan = 0, Magento = 0.09, Yellow = 0.23 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 156 | - |
| CMYK | 0 | 0.09 | 0.23 | 0.20 |
| HSL | 35.74º | 0.31% | 0.7% | - |
| HSV(B) | 35.74º | 0.23% | 0.8% | - |
| XYZ | 47.77 | 49.38 | 38.47 | - |
| YUV | 186.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 156 | 0 | 0.09 | 0.23 | 0.20 | 35.74 | 0.31 | 0.7 |
| Hex | CB | B8 | 9C | 0 | 9 | 17 | 14 | 24 | 1F | 46 |
| Octal | 313 | 270 | 234 | 0 | 11 | 27 | 24 | 44 | 37 | 106 |
| Binary | 11001011 | 10111000 | 10011100 | 0 | 1001 | 10111 | 10100 | 100100 | 11111 | 1000110 |
Color Harmonies of #CBB89C
Complementary color
Monochromatic Colors of #CBB89C
Black with #CBB89C
Text Example
Text Example
White with #CBB89C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB89C; }
p { color: rgb(203,184,156); }
H1.HeaderClassName
{
color: #CBB89C;
}
.AnyTagClassName
{
color: #CBB89C;
}
</style>
background-color css
<style>
a { background-color: #CBB89C; }
a { background-color: rgb(203,184,156); }
div.DivClassName
{
background-color: #CBB89C;
}
.BgClassName
{
background-color: #CBB89C;
}
</style>
border-color css
<style>
span { border-color: #CBB89C; }
span { border-color: rgb(203,184,156); }
td.TdClassName
{
border-color: #CBB89C;
}
.TagClassName
{
border-color: #CBB89C;
}
</style>