Shades of Sour Dough #C2AD96
Tints of Sour Dough #C2AD96
RGB
CMYK
RGB Variations
Color information
#C2AD96 (or 0xC2AD96) is known color: Sour Dough. HEX triplet: C2, AD and 96. RGB value is (194,173,150). Sum of RGB (Red+Green+Blue) = 194+173+150=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 173 (67.97% from 255 or 33.46% from 517); Blue value is 150 (58.98% from 255 or 29.01% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD96 is #3D5269. Grayscale: #B0B0B0. Windows color (decimal): -4018794 or 9874882. OLE color: 9874882.
HSL color Cylindrical-coordinate representation of color #C2AD96: hue angle of 31.36º 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 #C2AD96 is Cyan = 0, Magento = 0.11, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 150 | - |
| CMYK | 0 | 0.11 | 0.23 | 0.24 |
| HSL | 31.36º | 0.27% | 0.67% | - |
| HSV(B) | 31.36º | 0.23% | 0.76% | - |
| XYZ | 42.7 | 43.56 | 35.01 | - |
| YUV | 176.66 | 112.96 | 140.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 150 | 0 | 0.11 | 0.23 | 0.24 | 31.36 | 0.27 | 0.67 |
| Hex | C2 | AD | 96 | 0 | B | 17 | 18 | 1F | 1B | 43 |
| Octal | 302 | 255 | 226 | 0 | 13 | 27 | 30 | 37 | 33 | 103 |
| Binary | 11000010 | 10101101 | 10010110 | 0 | 1011 | 10111 | 11000 | 11111 | 11011 | 1000011 |
Color Harmonies of #C2AD96
Complementary color
Monochromatic Colors of #C2AD96
Black with #C2AD96
Text Example
Text Example
White with #C2AD96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD96; }
p { color: rgb(194,173,150); }
H1.HeaderClassName
{
color: #C2AD96;
}
.AnyTagClassName
{
color: #C2AD96;
}
</style>
background-color css
<style>
a { background-color: #C2AD96; }
a { background-color: rgb(194,173,150); }
div.DivClassName
{
background-color: #C2AD96;
}
.BgClassName
{
background-color: #C2AD96;
}
</style>
border-color css
<style>
span { border-color: #C2AD96; }
span { border-color: rgb(194,173,150); }
td.TdClassName
{
border-color: #C2AD96;
}
.TagClassName
{
border-color: #C2AD96;
}
</style>