Shades of Sour Dough #C2AF99
Tints of Sour Dough #C2AF99
RGB
CMYK
RGB Variations
Color information
#C2AF99 (or 0xC2AF99) is known color: Sour Dough. HEX triplet: C2, AF and 99. RGB value is (194,175,153). Sum of RGB (Red+Green+Blue) = 194+175+153=522 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.16% from 522); Green value is 175 (68.75% from 255 or 33.52% from 522); Blue value is 153 (60.16% from 255 or 29.31% from 522); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2AF99 is #3D5066. Grayscale: #B2B2B2. Windows color (decimal): -4018279 or 10072002. OLE color: 10072002.
HSL color Cylindrical-coordinate representation of color #C2AF99: hue angle of 32.2º degrees, saturation: 0.25, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C2AF99 is Cyan = 0, Magento = 0.10, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 175 | 153 | - |
CMYK | 0 | 0.10 | 0.21 | 0.24 |
HSL | 32.2º | 0.25% | 0.68% | - |
HSV(B) | 32.2º | 0.21% | 0.76% | - |
XYZ | 43.33 | 44.43 | 36.43 | - |
YUV | 178.17 | 113.79 | 139.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 175 | 153 | 0 | 0.10 | 0.21 | 0.24 | 32.2 | 0.25 | 0.68 |
Hex | C2 | AF | 99 | 0 | A | 15 | 18 | 20 | 19 | 44 |
Octal | 302 | 257 | 231 | 0 | 12 | 25 | 30 | 40 | 31 | 104 |
Binary | 11000010 | 10101111 | 10011001 | 0 | 1010 | 10101 | 11000 | 100000 | 11001 | 1000100 |
Color Harmonies of #C2AF99
Complementary color
Monochromatic Colors of #C2AF99
Black with #C2AF99
Text Example
Text Example
White with #C2AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF99; }
p { color: rgb(194,175,153); }
H1.HeaderClassName
{
color: #C2AF99;
}
.AnyTagClassName
{
color: #C2AF99;
}
</style>
background-color css
<style>
a { background-color: #C2AF99; }
a { background-color: rgb(194,175,153); }
div.DivClassName
{
background-color: #C2AF99;
}
.BgClassName
{
background-color: #C2AF99;
}
</style>
border-color css
<style>
span { border-color: #C2AF99; }
span { border-color: rgb(194,175,153); }
td.TdClassName
{
border-color: #C2AF99;
}
.TagClassName
{
border-color: #C2AF99;
}
</style>