Shades of Sour Dough #C2AF98
Tints of Sour Dough #C2AF98
RGB
CMYK
RGB Variations
Color information
#C2AF98 (or 0xC2AF98) is known color: Sour Dough. HEX triplet: C2, AF and 98. RGB value is (194,175,152). Sum of RGB (Red+Green+Blue) = 194+175+152=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 175 (68.75% from 255 or 33.59% from 521); Blue value is 152 (59.77% from 255 or 29.17% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF98 is #3D5067. Grayscale: #B2B2B2. Windows color (decimal): -4018280 or 10006466. OLE color: 10006466.
HSL color Cylindrical-coordinate representation of color #C2AF98: hue angle of 32.86º 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 #C2AF98 is Cyan = 0, Magento = 0.10, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 152 | - |
| CMYK | 0 | 0.10 | 0.22 | 0.24 |
| HSL | 32.86º | 0.26% | 0.68% | - |
| HSV(B) | 32.86º | 0.22% | 0.76% | - |
| XYZ | 43.25 | 44.4 | 36 | - |
| YUV | 178.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 152 | 0 | 0.10 | 0.22 | 0.24 | 32.86 | 0.26 | 0.68 |
| Hex | C2 | AF | 98 | 0 | A | 16 | 18 | 21 | 1A | 44 |
| Octal | 302 | 257 | 230 | 0 | 12 | 26 | 30 | 41 | 32 | 104 |
| Binary | 11000010 | 10101111 | 10011000 | 0 | 1010 | 10110 | 11000 | 100001 | 11010 | 1000100 |
Color Harmonies of #C2AF98
Complementary color
Monochromatic Colors of #C2AF98
Black with #C2AF98
Text Example
Text Example
White with #C2AF98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF98; }
p { color: rgb(194,175,152); }
H1.HeaderClassName
{
color: #C2AF98;
}
.AnyTagClassName
{
color: #C2AF98;
}
</style>
background-color css
<style>
a { background-color: #C2AF98; }
a { background-color: rgb(194,175,152); }
div.DivClassName
{
background-color: #C2AF98;
}
.BgClassName
{
background-color: #C2AF98;
}
</style>
border-color css
<style>
span { border-color: #C2AF98; }
span { border-color: rgb(194,175,152); }
td.TdClassName
{
border-color: #C2AF98;
}
.TagClassName
{
border-color: #C2AF98;
}
</style>