Shades of Sour Dough #C7AD90
Tints of Sour Dough #C7AD90
RGB
CMYK
RGB Variations
Color information
#C7AD90 (or 0xC7AD90) is known color: Sour Dough. HEX triplet: C7, AD and 90. RGB value is (199,173,144). Sum of RGB (Red+Green+Blue) = 199+173+144=516 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.57% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 144 (56.64% from 255 or 27.91% from 516); Max value from RGB is 199 - color contains mainly: red. Hex color #C7AD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7AD90 is #38526F. Grayscale: #B1B1B1. Windows color (decimal): -3691120 or 9481671. OLE color: 9481671.
HSL color Cylindrical-coordinate representation of color #C7AD90: hue angle of 31.64º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C7AD90 is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 173 | 144 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.22 |
| HSL | 31.64º | 0.33% | 0.67% | - |
| HSV(B) | 31.64º | 0.28% | 0.78% | - |
| XYZ | 43.53 | 44.04 | 32.59 | - |
| YUV | 177.47 | 109.11 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 173 | 144 | 0 | 0.13 | 0.28 | 0.22 | 31.64 | 0.33 | 0.67 |
| Hex | C7 | AD | 90 | 0 | D | 1C | 16 | 20 | 21 | 43 |
| Octal | 307 | 255 | 220 | 0 | 15 | 34 | 26 | 40 | 41 | 103 |
| Binary | 11000111 | 10101101 | 10010000 | 0 | 1101 | 11100 | 10110 | 100000 | 100001 | 1000011 |
Color Harmonies of #C7AD90
Complementary color
Monochromatic Colors of #C7AD90
Black with #C7AD90
Text Example
Text Example
White with #C7AD90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7AD90; }
p { color: rgb(199,173,144); }
H1.HeaderClassName
{
color: #C7AD90;
}
.AnyTagClassName
{
color: #C7AD90;
}
</style>
background-color css
<style>
a { background-color: #C7AD90; }
a { background-color: rgb(199,173,144); }
div.DivClassName
{
background-color: #C7AD90;
}
.BgClassName
{
background-color: #C7AD90;
}
</style>
border-color css
<style>
span { border-color: #C7AD90; }
span { border-color: rgb(199,173,144); }
td.TdClassName
{
border-color: #C7AD90;
}
.TagClassName
{
border-color: #C7AD90;
}
</style>