Shades of Sour Dough #C9B792
Tints of Sour Dough #C9B792
RGB
CMYK
RGB Variations
Color information
#C9B792 (or 0xC9B792) is known color: Sour Dough. HEX triplet: C9, B7 and 92. RGB value is (201,183,146). Sum of RGB (Red+Green+Blue) = 201+183+146=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 183 (71.88% from 255 or 34.53% from 530); Blue value is 146 (57.42% from 255 or 27.55% from 530); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B792 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C9B792 is #36486D. Grayscale: #B8B8B8. Windows color (decimal): -3557486 or 9615305. OLE color: 9615305.
HSL color Cylindrical-coordinate representation of color #C9B792: hue angle of 40.36º degrees, saturation: 0.34, 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 #C9B792 is Cyan = 0, Magento = 0.09, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 183 | 146 | - |
| CMYK | 0 | 0.09 | 0.27 | 0.21 |
| HSL | 40.36º | 0.34% | 0.68% | - |
| HSV(B) | 40.36º | 0.27% | 0.79% | - |
| XYZ | 46.21 | 48.36 | 34.09 | - |
| YUV | 184.16 | 106.46 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 183 | 146 | 0 | 0.09 | 0.27 | 0.21 | 40.36 | 0.34 | 0.68 |
| Hex | C9 | B7 | 92 | 0 | 9 | 1B | 15 | 28 | 22 | 44 |
| Octal | 311 | 267 | 222 | 0 | 11 | 33 | 25 | 50 | 42 | 104 |
| Binary | 11001001 | 10110111 | 10010010 | 0 | 1001 | 11011 | 10101 | 101000 | 100010 | 1000100 |
Color Harmonies of #C9B792
Complementary color
Monochromatic Colors of #C9B792
Black with #C9B792
Text Example
Text Example
White with #C9B792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9B792; }
p { color: rgb(201,183,146); }
H1.HeaderClassName
{
color: #C9B792;
}
.AnyTagClassName
{
color: #C9B792;
}
</style>
background-color css
<style>
a { background-color: #C9B792; }
a { background-color: rgb(201,183,146); }
div.DivClassName
{
background-color: #C9B792;
}
.BgClassName
{
background-color: #C9B792;
}
</style>
border-color css
<style>
span { border-color: #C9B792; }
span { border-color: rgb(201,183,146); }
td.TdClassName
{
border-color: #C9B792;
}
.TagClassName
{
border-color: #C9B792;
}
</style>