Shades of Sour Dough #CBB492
Tints of Sour Dough #CBB492
RGB
CMYK
RGB Variations
Color information
#CBB492 (or 0xCBB492) is known color: Sour Dough. HEX triplet: CB, B4 and 92. RGB value is (203,180,146). Sum of RGB (Red+Green+Blue) = 203+180+146=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 180 (70.70% from 255 or 34.03% from 529); Blue value is 146 (57.42% from 255 or 27.60% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBB492 is #344B6D. Grayscale: #B7B7B7. Windows color (decimal): -3427182 or 9614539. OLE color: 9614539.
HSL color Cylindrical-coordinate representation of color #CBB492: hue angle of 35.79º 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 #CBB492 is Cyan = 0, Magento = 0.11, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 180 | 146 | - |
| CMYK | 0 | 0.11 | 0.28 | 0.20 |
| HSL | 35.79º | 0.35% | 0.68% | - |
| HSV(B) | 35.79º | 0.28% | 0.8% | - |
| XYZ | 46.14 | 47.41 | 33.91 | - |
| YUV | 183 | 107.12 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 180 | 146 | 0 | 0.11 | 0.28 | 0.20 | 35.79 | 0.35 | 0.68 |
| Hex | CB | B4 | 92 | 0 | B | 1C | 14 | 24 | 23 | 44 |
| Octal | 313 | 264 | 222 | 0 | 13 | 34 | 24 | 44 | 43 | 104 |
| Binary | 11001011 | 10110100 | 10010010 | 0 | 1011 | 11100 | 10100 | 100100 | 100011 | 1000100 |
Color Harmonies of #CBB492
Complementary color
Monochromatic Colors of #CBB492
Black with #CBB492
Text Example
Text Example
White with #CBB492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB492; }
p { color: rgb(203,180,146); }
H1.HeaderClassName
{
color: #CBB492;
}
.AnyTagClassName
{
color: #CBB492;
}
</style>
background-color css
<style>
a { background-color: #CBB492; }
a { background-color: rgb(203,180,146); }
div.DivClassName
{
background-color: #CBB492;
}
.BgClassName
{
background-color: #CBB492;
}
</style>
border-color css
<style>
span { border-color: #CBB492; }
span { border-color: rgb(203,180,146); }
td.TdClassName
{
border-color: #CBB492;
}
.TagClassName
{
border-color: #CBB492;
}
</style>