Shades of Sundance #C2A84C
Tints of Sundance #C2A84C
RGB
CMYK
RGB Variations
Color information
#C2A84C (or 0xC2A84C) is known color: Sundance. HEX triplet: C2, A8 and 4C. RGB value is (194,168,76). Sum of RGB (Red+Green+Blue) = 194+168+76=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 168 (66.02% from 255 or 38.36% from 438); Blue value is 76 (30.08% from 255 or 17.35% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A84C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2A84C is #3D57B3. Grayscale: #A5A5A5. Windows color (decimal): -4020148 or 5023938. OLE color: 5023938.
HSL color Cylindrical-coordinate representation of color #C2A84C: hue angle of 46.78º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C2A84C is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 76 | - |
| CMYK | 0 | 0.13 | 0.61 | 0.24 |
| HSL | 46.78º | 0.49% | 0.53% | - |
| HSV(B) | 46.78º | 0.61% | 0.76% | - |
| XYZ | 37.56 | 40 | 12.58 | - |
| YUV | 165.29 | 77.61 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 76 | 0 | 0.13 | 0.61 | 0.24 | 46.78 | 0.49 | 0.53 |
| Hex | C2 | A8 | 4C | 0 | D | 3D | 18 | 2F | 31 | 35 |
| Octal | 302 | 250 | 114 | 0 | 15 | 75 | 30 | 57 | 61 | 65 |
| Binary | 11000010 | 10101000 | 1001100 | 0 | 1101 | 111101 | 11000 | 101111 | 110001 | 110101 |
Color Harmonies of #C2A84C
Complementary color
Monochromatic Colors of #C2A84C
Black with #C2A84C
Text Example
Text Example
White with #C2A84C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A84C; }
p { color: rgb(194,168,76); }
H1.HeaderClassName
{
color: #C2A84C;
}
.AnyTagClassName
{
color: #C2A84C;
}
</style>
background-color css
<style>
a { background-color: #C2A84C; }
a { background-color: rgb(194,168,76); }
div.DivClassName
{
background-color: #C2A84C;
}
.BgClassName
{
background-color: #C2A84C;
}
</style>
border-color css
<style>
span { border-color: #C2A84C; }
span { border-color: rgb(194,168,76); }
td.TdClassName
{
border-color: #C2A84C;
}
.TagClassName
{
border-color: #C2A84C;
}
</style>