Shades of Sour Dough #C2AF96
Tints of Sour Dough #C2AF96
RGB
CMYK
RGB Variations
Color information
#C2AF96 (or 0xC2AF96) is known color: Sour Dough. HEX triplet: C2, AF and 96. RGB value is (194,175,150). Sum of RGB (Red+Green+Blue) = 194+175+150=519 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.38% from 519); Green value is 175 (68.75% from 255 or 33.72% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF96 is #3D5069. Grayscale: #B1B1B1. Windows color (decimal): -4018282 or 9875394. OLE color: 9875394.
HSL color Cylindrical-coordinate representation of color #C2AF96: hue angle of 34.09º 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 #C2AF96 is Cyan = 0, Magento = 0.10, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 175 | 150 | - |
CMYK | 0 | 0.10 | 0.23 | 0.24 |
HSL | 34.09º | 0.27% | 0.67% | - |
HSV(B) | 34.09º | 0.23% | 0.76% | - |
XYZ | 43.08 | 44.33 | 35.14 | - |
YUV | 177.83 | 112.29 | 139.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 150 | 0 | 0.10 | 0.23 | 0.24 | 34.09 | 0.27 | 0.67 |
Hex | C2 | AF | 96 | 0 | A | 17 | 18 | 22 | 1B | 43 |
Octal | 302 | 257 | 226 | 0 | 12 | 27 | 30 | 42 | 33 | 103 |
Binary | 11000010 | 10101111 | 10010110 | 0 | 1010 | 10111 | 11000 | 100010 | 11011 | 1000011 |
Color Harmonies of #C2AF96
Complementary color
Monochromatic Colors of #C2AF96
Black with #C2AF96
Text Example
Text Example
White with #C2AF96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF96; }
p { color: rgb(194,175,150); }
H1.HeaderClassName
{
color: #C2AF96;
}
.AnyTagClassName
{
color: #C2AF96;
}
</style>
background-color css
<style>
a { background-color: #C2AF96; }
a { background-color: rgb(194,175,150); }
div.DivClassName
{
background-color: #C2AF96;
}
.BgClassName
{
background-color: #C2AF96;
}
</style>
border-color css
<style>
span { border-color: #C2AF96; }
span { border-color: rgb(194,175,150); }
td.TdClassName
{
border-color: #C2AF96;
}
.TagClassName
{
border-color: #C2AF96;
}
</style>