Shades of Sour Dough #C9B993
Tints of Sour Dough #C9B993
RGB
CMYK
RGB Variations
Color information
#C9B993 (or 0xC9B993) is known color: Sour Dough. HEX triplet: C9, B9 and 93. RGB value is (201,185,147). Sum of RGB (Red+Green+Blue) = 201+185+147=533 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.71% from 533); Green value is 185 (72.66% from 255 or 34.71% from 533); Blue value is 147 (57.81% from 255 or 27.58% from 533); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B993 is #36466C. Grayscale: #B9B9B9. Windows color (decimal): -3556973 or 9681353. OLE color: 9681353.
HSL color Cylindrical-coordinate representation of color #C9B993: hue angle of 42.22º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C9B993 is Cyan = 0, Magento = 0.08, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 185 | 147 | - |
| CMYK | 0 | 0.08 | 0.27 | 0.21 |
| HSL | 42.22º | 0.33% | 0.68% | - |
| HSV(B) | 42.22º | 0.27% | 0.79% | - |
| XYZ | 46.7 | 49.22 | 34.64 | - |
| YUV | 185.45 | 106.3 | 139.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 185 | 147 | 0 | 0.08 | 0.27 | 0.21 | 42.22 | 0.33 | 0.68 |
| Hex | C9 | B9 | 93 | 0 | 8 | 1B | 15 | 2A | 21 | 44 |
| Octal | 311 | 271 | 223 | 0 | 10 | 33 | 25 | 52 | 41 | 104 |
| Binary | 11001001 | 10111001 | 10010011 | 0 | 1000 | 11011 | 10101 | 101010 | 100001 | 1000100 |
Color Harmonies of #C9B993
Complementary color
Monochromatic Colors of #C9B993
Black with #C9B993
Text Example
Text Example
White with #C9B993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B993; }
p { color: rgb(201,185,147); }
H1.HeaderClassName
{
color: #C9B993;
}
.AnyTagClassName
{
color: #C9B993;
}
</style>
background-color css
<style>
a { background-color: #C9B993; }
a { background-color: rgb(201,185,147); }
div.DivClassName
{
background-color: #C9B993;
}
.BgClassName
{
background-color: #C9B993;
}
</style>
border-color css
<style>
span { border-color: #C9B993; }
span { border-color: rgb(201,185,147); }
td.TdClassName
{
border-color: #C9B993;
}
.TagClassName
{
border-color: #C9B993;
}
</style>