Shades of Sundance #C2AF44
Tints of Sundance #C2AF44
RGB
CMYK
RGB Variations
Color information
#C2AF44 (or 0xC2AF44) is known color: Sundance. HEX triplet: C2, AF and 44. RGB value is (194,175,68). Sum of RGB (Red+Green+Blue) = 194+175+68=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 68 (26.95% from 255 or 15.56% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF44 is #3D50BB. Grayscale: #A8A8A8. Windows color (decimal): -4018364 or 4501442. OLE color: 4501442.
HSL color Cylindrical-coordinate representation of color #C2AF44: hue angle of 50.95º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C2AF44 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 68 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.24 |
| HSL | 50.95º | 0.51% | 0.51% | - |
| HSV(B) | 50.95º | 0.65% | 0.76% | - |
| XYZ | 38.62 | 42.55 | 11.65 | - |
| YUV | 168.48 | 71.29 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 68 | 0 | 0.10 | 0.65 | 0.24 | 50.95 | 0.51 | 0.51 |
| Hex | C2 | AF | 44 | 0 | A | 41 | 18 | 33 | 33 | 33 |
| Octal | 302 | 257 | 104 | 0 | 12 | 101 | 30 | 63 | 63 | 63 |
| Binary | 11000010 | 10101111 | 1000100 | 0 | 1010 | 1000001 | 11000 | 110011 | 110011 | 110011 |
Color Harmonies of #C2AF44
Complementary color
Monochromatic Colors of #C2AF44
Black with #C2AF44
Text Example
Text Example
White with #C2AF44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF44; }
p { color: rgb(194,175,68); }
H1.HeaderClassName
{
color: #C2AF44;
}
.AnyTagClassName
{
color: #C2AF44;
}
</style>
background-color css
<style>
a { background-color: #C2AF44; }
a { background-color: rgb(194,175,68); }
div.DivClassName
{
background-color: #C2AF44;
}
.BgClassName
{
background-color: #C2AF44;
}
</style>
border-color css
<style>
span { border-color: #C2AF44; }
span { border-color: rgb(194,175,68); }
td.TdClassName
{
border-color: #C2AF44;
}
.TagClassName
{
border-color: #C2AF44;
}
</style>