Shades of Sour Dough #C7AD92
Tints of Sour Dough #C7AD92
RGB
CMYK
RGB Variations
Color information
#C7AD92 (or 0xC7AD92) is known color: Sour Dough. HEX triplet: C7, AD and 92. RGB value is (199,173,146). Sum of RGB (Red+Green+Blue) = 199+173+146=518 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.42% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD92 is #38526D. Grayscale: #B1B1B1. Windows color (decimal): -3691118 or 9612743. OLE color: 9612743.
HSL color Cylindrical-coordinate representation of color #C7AD92: hue angle of 30.57º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7AD92 is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 146 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.22 |
| HSL | 30.57º | 0.32% | 0.68% | - |
| HSV(B) | 30.57º | 0.27% | 0.78% | - |
| XYZ | 43.69 | 44.1 | 33.4 | - |
| YUV | 177.7 | 110.11 | 143.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 146 | 0 | 0.13 | 0.27 | 0.22 | 30.57 | 0.32 | 0.68 |
| Hex | C7 | AD | 92 | 0 | D | 1B | 16 | 1F | 20 | 44 |
| Octal | 307 | 255 | 222 | 0 | 15 | 33 | 26 | 37 | 40 | 104 |
| Binary | 11000111 | 10101101 | 10010010 | 0 | 1101 | 11011 | 10110 | 11111 | 100000 | 1000100 |
Color Harmonies of #C7AD92
Complementary color
Monochromatic Colors of #C7AD92
Black with #C7AD92
Text Example
Text Example
White with #C7AD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD92; }
p { color: rgb(199,173,146); }
H1.HeaderClassName
{
color: #C7AD92;
}
.AnyTagClassName
{
color: #C7AD92;
}
</style>
background-color css
<style>
a { background-color: #C7AD92; }
a { background-color: rgb(199,173,146); }
div.DivClassName
{
background-color: #C7AD92;
}
.BgClassName
{
background-color: #C7AD92;
}
</style>
border-color css
<style>
span { border-color: #C7AD92; }
span { border-color: rgb(199,173,146); }
td.TdClassName
{
border-color: #C7AD92;
}
.TagClassName
{
border-color: #C7AD92;
}
</style>