Shades of Sour Dough #CBB092
Tints of Sour Dough #CBB092
RGB
CMYK
RGB Variations
Color information
#CBB092 (or 0xCBB092) is known color: Sour Dough. HEX triplet: CB, B0 and 92. RGB value is (203,176,146). Sum of RGB (Red+Green+Blue) = 203+176+146=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 176 (69.14% from 255 or 33.52% from 525); Blue value is 146 (57.42% from 255 or 27.81% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB092 is #344F6D. Grayscale: #B4B4B4. Windows color (decimal): -3428206 or 9613515. OLE color: 9613515.
HSL color Cylindrical-coordinate representation of color #CBB092: hue angle of 31.58º 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 #CBB092 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 176 | 146 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.20 |
| HSL | 31.58º | 0.35% | 0.68% | - |
| HSV(B) | 31.58º | 0.28% | 0.8% | - |
| XYZ | 45.34 | 45.82 | 33.65 | - |
| YUV | 180.65 | 108.45 | 143.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 146 | 0 | 0.13 | 0.28 | 0.20 | 31.58 | 0.35 | 0.68 |
| Hex | CB | B0 | 92 | 0 | D | 1C | 14 | 20 | 23 | 44 |
| Octal | 313 | 260 | 222 | 0 | 15 | 34 | 24 | 40 | 43 | 104 |
| Binary | 11001011 | 10110000 | 10010010 | 0 | 1101 | 11100 | 10100 | 100000 | 100011 | 1000100 |
Color Harmonies of #CBB092
Complementary color
Monochromatic Colors of #CBB092
Black with #CBB092
Text Example
Text Example
White with #CBB092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB092; }
p { color: rgb(203,176,146); }
H1.HeaderClassName
{
color: #CBB092;
}
.AnyTagClassName
{
color: #CBB092;
}
</style>
background-color css
<style>
a { background-color: #CBB092; }
a { background-color: rgb(203,176,146); }
div.DivClassName
{
background-color: #CBB092;
}
.BgClassName
{
background-color: #CBB092;
}
</style>
border-color css
<style>
span { border-color: #CBB092; }
span { border-color: rgb(203,176,146); }
td.TdClassName
{
border-color: #CBB092;
}
.TagClassName
{
border-color: #CBB092;
}
</style>