Shades of Sour Dough #CBB295
Tints of Sour Dough #CBB295
RGB
CMYK
RGB Variations
Color information
#CBB295 (or 0xCBB295) is known color: Sour Dough. HEX triplet: CB, B2 and 95. RGB value is (203,178,149). Sum of RGB (Red+Green+Blue) = 203+178+149=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 178 (69.92% from 255 or 33.58% from 530); Blue value is 149 (58.59% from 255 or 28.11% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB295 is #344D6A. Grayscale: #B6B6B6. Windows color (decimal): -3427691 or 9810635. OLE color: 9810635.
HSL color Cylindrical-coordinate representation of color #CBB295: hue angle of 32.22º 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 #CBB295 is Cyan = 0, Magento = 0.12, Yellow = 0.27 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 178 | 149 | - |
| CMYK | 0 | 0.12 | 0.27 | 0.20 |
| HSL | 32.22º | 0.34% | 0.69% | - |
| HSV(B) | 32.22º | 0.27% | 0.8% | - |
| XYZ | 45.97 | 46.71 | 35.03 | - |
| YUV | 182.17 | 109.28 | 142.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 149 | 0 | 0.12 | 0.27 | 0.20 | 32.22 | 0.34 | 0.69 |
| Hex | CB | B2 | 95 | 0 | C | 1B | 14 | 20 | 22 | 45 |
| Octal | 313 | 262 | 225 | 0 | 14 | 33 | 24 | 40 | 42 | 105 |
| Binary | 11001011 | 10110010 | 10010101 | 0 | 1100 | 11011 | 10100 | 100000 | 100010 | 1000101 |
Color Harmonies of #CBB295
Complementary color
Monochromatic Colors of #CBB295
Black with #CBB295
Text Example
Text Example
White with #CBB295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB295; }
p { color: rgb(203,178,149); }
H1.HeaderClassName
{
color: #CBB295;
}
.AnyTagClassName
{
color: #CBB295;
}
</style>
background-color css
<style>
a { background-color: #CBB295; }
a { background-color: rgb(203,178,149); }
div.DivClassName
{
background-color: #CBB295;
}
.BgClassName
{
background-color: #CBB295;
}
</style>
border-color css
<style>
span { border-color: #CBB295; }
span { border-color: rgb(203,178,149); }
td.TdClassName
{
border-color: #CBB295;
}
.TagClassName
{
border-color: #CBB295;
}
</style>