Shades of Sour Dough #CBB592
Tints of Sour Dough #CBB592
RGB
CMYK
RGB Variations
Color information
#CBB592 (or 0xCBB592) is known color: Sour Dough. HEX triplet: CB, B5 and 92. RGB value is (203,181,146). Sum of RGB (Red+Green+Blue) = 203+181+146=530 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.30% from 530); Green value is 181 (71.09% from 255 or 34.15% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB592 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB592 is #344A6D. Grayscale: #B7B7B7. Windows color (decimal): -3426926 or 9614795. OLE color: 9614795.
HSL color Cylindrical-coordinate representation of color #CBB592: hue angle of 36.84º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB592 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 181 | 146 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.20 |
| HSL | 36.84º | 0.35% | 0.68% | - |
| HSV(B) | 36.84º | 0.28% | 0.8% | - |
| XYZ | 46.34 | 47.82 | 33.98 | - |
| YUV | 183.59 | 106.79 | 141.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 146 | 0 | 0.11 | 0.28 | 0.20 | 36.84 | 0.35 | 0.68 |
| Hex | CB | B5 | 92 | 0 | B | 1C | 14 | 25 | 23 | 44 |
| Octal | 313 | 265 | 222 | 0 | 13 | 34 | 24 | 45 | 43 | 104 |
| Binary | 11001011 | 10110101 | 10010010 | 0 | 1011 | 11100 | 10100 | 100101 | 100011 | 1000100 |
Color Harmonies of #CBB592
Complementary color
Monochromatic Colors of #CBB592
Black with #CBB592
Text Example
Text Example
White with #CBB592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB592; }
p { color: rgb(203,181,146); }
H1.HeaderClassName
{
color: #CBB592;
}
.AnyTagClassName
{
color: #CBB592;
}
</style>
background-color css
<style>
a { background-color: #CBB592; }
a { background-color: rgb(203,181,146); }
div.DivClassName
{
background-color: #CBB592;
}
.BgClassName
{
background-color: #CBB592;
}
</style>
border-color css
<style>
span { border-color: #CBB592; }
span { border-color: rgb(203,181,146); }
td.TdClassName
{
border-color: #CBB592;
}
.TagClassName
{
border-color: #CBB592;
}
</style>