Shades of Sour Dough #CBB193
Tints of Sour Dough #CBB193
RGB
CMYK
RGB Variations
Color information
#CBB193 (or 0xCBB193) is known color: Sour Dough. HEX triplet: CB, B1 and 93. RGB value is (203,177,147). Sum of RGB (Red+Green+Blue) = 203+177+147=527 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.52% from 527); Green value is 177 (69.53% from 255 or 33.59% from 527); Blue value is 147 (57.81% from 255 or 27.89% from 527); Max value from RGB is 203 - color contains mainly: red. Hex color #CBB193 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBB193 is #344E6C. Grayscale: #B5B5B5. Windows color (decimal): -3427949 or 9679307. OLE color: 9679307.
HSL color Cylindrical-coordinate representation of color #CBB193: hue angle of 32.14º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CBB193 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 177 | 147 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.20 |
| HSL | 32.14º | 0.35% | 0.69% | - |
| HSV(B) | 32.14º | 0.28% | 0.8% | - |
| XYZ | 45.62 | 46.25 | 34.13 | - |
| YUV | 181.35 | 108.61 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 177 | 147 | 0 | 0.13 | 0.28 | 0.20 | 32.14 | 0.35 | 0.69 |
| Hex | CB | B1 | 93 | 0 | D | 1C | 14 | 20 | 23 | 45 |
| Octal | 313 | 261 | 223 | 0 | 15 | 34 | 24 | 40 | 43 | 105 |
| Binary | 11001011 | 10110001 | 10010011 | 0 | 1101 | 11100 | 10100 | 100000 | 100011 | 1000101 |
Color Harmonies of #CBB193
Complementary color
Monochromatic Colors of #CBB193
Black with #CBB193
Text Example
Text Example
White with #CBB193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB193; }
p { color: rgb(203,177,147); }
H1.HeaderClassName
{
color: #CBB193;
}
.AnyTagClassName
{
color: #CBB193;
}
</style>
background-color css
<style>
a { background-color: #CBB193; }
a { background-color: rgb(203,177,147); }
div.DivClassName
{
background-color: #CBB193;
}
.BgClassName
{
background-color: #CBB193;
}
</style>
border-color css
<style>
span { border-color: #CBB193; }
span { border-color: rgb(203,177,147); }
td.TdClassName
{
border-color: #CBB193;
}
.TagClassName
{
border-color: #CBB193;
}
</style>