Shades of Sour Dough #CBB895
Tints of Sour Dough #CBB895
RGB
CMYK
RGB Variations
Color information
#CBB895 (or 0xCBB895) is known color: Sour Dough. HEX triplet: CB, B8 and 95. RGB value is (203,184,149). Sum of RGB (Red+Green+Blue) = 203+184+149=536 (70% of max value = 765). Red value is 203 (79.69% from 255 or 37.87% from 536); Green value is 184 (72.27% from 255 or 34.33% from 536); Blue value is 149 (58.59% from 255 or 27.80% from 536); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB895 is #34476A. Grayscale: #B9B9B9. Windows color (decimal): -3426155 or 9812171. OLE color: 9812171.
HSL color Cylindrical-coordinate representation of color #CBB895: hue angle of 38.89º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBB895 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 184 | 149 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.20 |
| HSL | 38.89º | 0.34% | 0.69% | - |
| HSV(B) | 38.89º | 0.27% | 0.8% | - |
| XYZ | 47.19 | 49.15 | 35.43 | - |
| YUV | 185.69 | 107.29 | 140.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 149 | 0 | 0.09 | 0.27 | 0.20 | 38.89 | 0.34 | 0.69 |
| Hex | CB | B8 | 95 | 0 | 9 | 1B | 14 | 27 | 22 | 45 |
| Octal | 313 | 270 | 225 | 0 | 11 | 33 | 24 | 47 | 42 | 105 |
| Binary | 11001011 | 10111000 | 10010101 | 0 | 1001 | 11011 | 10100 | 100111 | 100010 | 1000101 |
Color Harmonies of #CBB895
Complementary color
Monochromatic Colors of #CBB895
Black with #CBB895
Text Example
Text Example
White with #CBB895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB895; }
p { color: rgb(203,184,149); }
H1.HeaderClassName
{
color: #CBB895;
}
.AnyTagClassName
{
color: #CBB895;
}
</style>
background-color css
<style>
a { background-color: #CBB895; }
a { background-color: rgb(203,184,149); }
div.DivClassName
{
background-color: #CBB895;
}
.BgClassName
{
background-color: #CBB895;
}
</style>
border-color css
<style>
span { border-color: #CBB895; }
span { border-color: rgb(203,184,149); }
td.TdClassName
{
border-color: #CBB895;
}
.TagClassName
{
border-color: #CBB895;
}
</style>