Shades of Sour Dough #C2AD95
Tints of Sour Dough #C2AD95
RGB
CMYK
RGB Variations
Color information
#C2AD95 (or 0xC2AD95) is known color: Sour Dough. HEX triplet: C2, AD and 95. RGB value is (194,173,149). Sum of RGB (Red+Green+Blue) = 194+173+149=516 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.60% from 516); Green value is 173 (67.97% from 255 or 33.53% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD95 is #3D526A. Grayscale: #B0B0B0. Windows color (decimal): -4018795 or 9809346. OLE color: 9809346.
HSL color Cylindrical-coordinate representation of color #C2AD95: hue angle of 32º degrees, saturation: 0.27, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C2AD95 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 149 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.24 |
| HSL | 32º | 0.27% | 0.67% | - |
| HSV(B) | 32º | 0.23% | 0.76% | - |
| XYZ | 42.62 | 43.53 | 34.59 | - |
| YUV | 176.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 149 | 0 | 0.11 | 0.23 | 0.24 | 32 | 0.27 | 0.67 |
| Hex | C2 | AD | 95 | 0 | B | 17 | 18 | 20 | 1B | 43 |
| Octal | 302 | 255 | 225 | 0 | 13 | 27 | 30 | 40 | 33 | 103 |
| Binary | 11000010 | 10101101 | 10010101 | 0 | 1011 | 10111 | 11000 | 100000 | 11011 | 1000011 |
Color Harmonies of #C2AD95
Complementary color
Monochromatic Colors of #C2AD95
Black with #C2AD95
Text Example
Text Example
White with #C2AD95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD95; }
p { color: rgb(194,173,149); }
H1.HeaderClassName
{
color: #C2AD95;
}
.AnyTagClassName
{
color: #C2AD95;
}
</style>
background-color css
<style>
a { background-color: #C2AD95; }
a { background-color: rgb(194,173,149); }
div.DivClassName
{
background-color: #C2AD95;
}
.BgClassName
{
background-color: #C2AD95;
}
</style>
border-color css
<style>
span { border-color: #C2AD95; }
span { border-color: rgb(194,173,149); }
td.TdClassName
{
border-color: #C2AD95;
}
.TagClassName
{
border-color: #C2AD95;
}
</style>