Shades of Sour Dough #CBB392
Tints of Sour Dough #CBB392
RGB
CMYK
RGB Variations
Color information
#CBB392 (or 0xCBB392) is known color: Sour Dough. HEX triplet: CB, B3 and 92. RGB value is (203,179,146). Sum of RGB (Red+Green+Blue) = 203+179+146=528 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.45% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 146 (57.42% from 255 or 27.65% from 528); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB392 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB392 is #344C6D. Grayscale: #B6B6B6. Windows color (decimal): -3427438 or 9614283. OLE color: 9614283.
HSL color Cylindrical-coordinate representation of color #CBB392: hue angle of 34.74º 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 #CBB392 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 179 | 146 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.20 |
| HSL | 34.74º | 0.35% | 0.68% | - |
| HSV(B) | 34.74º | 0.28% | 0.8% | - |
| XYZ | 45.94 | 47.01 | 33.85 | - |
| YUV | 182.41 | 107.45 | 142.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 179 | 146 | 0 | 0.12 | 0.28 | 0.20 | 34.74 | 0.35 | 0.68 |
| Hex | CB | B3 | 92 | 0 | C | 1C | 14 | 23 | 23 | 44 |
| Octal | 313 | 263 | 222 | 0 | 14 | 34 | 24 | 43 | 43 | 104 |
| Binary | 11001011 | 10110011 | 10010010 | 0 | 1100 | 11100 | 10100 | 100011 | 100011 | 1000100 |
Color Harmonies of #CBB392
Complementary color
Monochromatic Colors of #CBB392
Black with #CBB392
Text Example
Text Example
White with #CBB392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB392; }
p { color: rgb(203,179,146); }
H1.HeaderClassName
{
color: #CBB392;
}
.AnyTagClassName
{
color: #CBB392;
}
</style>
background-color css
<style>
a { background-color: #CBB392; }
a { background-color: rgb(203,179,146); }
div.DivClassName
{
background-color: #CBB392;
}
.BgClassName
{
background-color: #CBB392;
}
</style>
border-color css
<style>
span { border-color: #CBB392; }
span { border-color: rgb(203,179,146); }
td.TdClassName
{
border-color: #CBB392;
}
.TagClassName
{
border-color: #CBB392;
}
</style>