Shades of Sour Dough #C2AD97
Tints of Sour Dough #C2AD97
RGB
CMYK
RGB Variations
Color information
#C2AD97 (or 0xC2AD97) is known color: Sour Dough. HEX triplet: C2, AD and 97. RGB value is (194,173,151). Sum of RGB (Red+Green+Blue) = 194+173+151=518 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.45% from 518); Green value is 173 (67.97% from 255 or 33.40% from 518); Blue value is 151 (59.38% from 255 or 29.15% from 518); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AD97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AD97 is #3D5268. Grayscale: #B0B0B0. Windows color (decimal): -4018793 or 9940418. OLE color: 9940418.
HSL color Cylindrical-coordinate representation of color #C2AD97: hue angle of 30.7º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2AD97 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 173 | 151 | - |
| CMYK | 0 | 0.11 | 0.22 | 0.24 |
| HSL | 30.7º | 0.26% | 0.68% | - |
| HSV(B) | 30.7º | 0.22% | 0.76% | - |
| XYZ | 42.78 | 43.59 | 35.44 | - |
| YUV | 176.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 173 | 151 | 0 | 0.11 | 0.22 | 0.24 | 30.7 | 0.26 | 0.68 |
| Hex | C2 | AD | 97 | 0 | B | 16 | 18 | 1F | 1A | 44 |
| Octal | 302 | 255 | 227 | 0 | 13 | 26 | 30 | 37 | 32 | 104 |
| Binary | 11000010 | 10101101 | 10010111 | 0 | 1011 | 10110 | 11000 | 11111 | 11010 | 1000100 |
Color Harmonies of #C2AD97
Complementary color
Monochromatic Colors of #C2AD97
Black with #C2AD97
Text Example
Text Example
White with #C2AD97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AD97; }
p { color: rgb(194,173,151); }
H1.HeaderClassName
{
color: #C2AD97;
}
.AnyTagClassName
{
color: #C2AD97;
}
</style>
background-color css
<style>
a { background-color: #C2AD97; }
a { background-color: rgb(194,173,151); }
div.DivClassName
{
background-color: #C2AD97;
}
.BgClassName
{
background-color: #C2AD97;
}
</style>
border-color css
<style>
span { border-color: #C2AD97; }
span { border-color: rgb(194,173,151); }
td.TdClassName
{
border-color: #C2AD97;
}
.TagClassName
{
border-color: #C2AD97;
}
</style>