Shades of Sundance #C2AF42
Tints of Sundance #C2AF42
RGB
CMYK
RGB Variations
Color information
#C2AF42 (or 0xC2AF42) is known color: Sundance. HEX triplet: C2, AF and 42. RGB value is (194,175,66). Sum of RGB (Red+Green+Blue) = 194+175+66=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 66 (26.17% from 255 or 15.17% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2AF42 is #3D50BD. Grayscale: #A8A8A8. Windows color (decimal): -4018366 or 4370370. OLE color: 4370370.
HSL color Cylindrical-coordinate representation of color #C2AF42: hue angle of 51.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2AF42 is Cyan = 0, Magento = 0.10, Yellow = 0.66 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 175 | 66 | - |
| CMYK | 0 | 0.10 | 0.66 | 0.24 |
| HSL | 51.09º | 0.51% | 0.51% | - |
| HSV(B) | 51.09º | 0.66% | 0.76% | - |
| XYZ | 38.56 | 42.52 | 11.33 | - |
| YUV | 168.26 | 70.29 | 146.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 175 | 66 | 0 | 0.10 | 0.66 | 0.24 | 51.09 | 0.51 | 0.51 |
| Hex | C2 | AF | 42 | 0 | A | 42 | 18 | 33 | 33 | 33 |
| Octal | 302 | 257 | 102 | 0 | 12 | 102 | 30 | 63 | 63 | 63 |
| Binary | 11000010 | 10101111 | 1000010 | 0 | 1010 | 1000010 | 11000 | 110011 | 110011 | 110011 |
Color Harmonies of #C2AF42
Complementary color
Monochromatic Colors of #C2AF42
Black with #C2AF42
Text Example
Text Example
White with #C2AF42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AF42; }
p { color: rgb(194,175,66); }
H1.HeaderClassName
{
color: #C2AF42;
}
.AnyTagClassName
{
color: #C2AF42;
}
</style>
background-color css
<style>
a { background-color: #C2AF42; }
a { background-color: rgb(194,175,66); }
div.DivClassName
{
background-color: #C2AF42;
}
.BgClassName
{
background-color: #C2AF42;
}
</style>
border-color css
<style>
span { border-color: #C2AF42; }
span { border-color: rgb(194,175,66); }
td.TdClassName
{
border-color: #C2AF42;
}
.TagClassName
{
border-color: #C2AF42;
}
</style>