Shades of Sundance #C4A242
Tints of Sundance #C4A242
RGB
CMYK
RGB Variations
Color information
#C4A242 (or 0xC4A242) is known color: Sundance. HEX triplet: C4, A2 and 42. RGB value is (196,162,66). Sum of RGB (Red+Green+Blue) = 196+162+66=424 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.23% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 66 (26.17% from 255 or 15.57% from 424); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A242 is #3B5DBD. Grayscale: #A1A1A1. Windows color (decimal): -3890622 or 4367044. OLE color: 4367044.
HSL color Cylindrical-coordinate representation of color #C4A242: hue angle of 44.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4A242 is Cyan = 0, Magento = 0.17, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 162 | 66 | - |
| CMYK | 0 | 0.17 | 0.66 | 0.23 |
| HSL | 44.31º | 0.52% | 0.51% | - |
| HSV(B) | 44.31º | 0.66% | 0.77% | - |
| XYZ | 36.67 | 37.97 | 10.55 | - |
| YUV | 161.22 | 74.26 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 162 | 66 | 0 | 0.17 | 0.66 | 0.23 | 44.31 | 0.52 | 0.51 |
| Hex | C4 | A2 | 42 | 0 | 11 | 42 | 17 | 2C | 34 | 33 |
| Octal | 304 | 242 | 102 | 0 | 21 | 102 | 27 | 54 | 64 | 63 |
| Binary | 11000100 | 10100010 | 1000010 | 0 | 10001 | 1000010 | 10111 | 101100 | 110100 | 110011 |
Color Harmonies of #C4A242
Complementary color
Monochromatic Colors of #C4A242
Black with #C4A242
Text Example
Text Example
White with #C4A242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A242; }
p { color: rgb(196,162,66); }
H1.HeaderClassName
{
color: #C4A242;
}
.AnyTagClassName
{
color: #C4A242;
}
</style>
background-color css
<style>
a { background-color: #C4A242; }
a { background-color: rgb(196,162,66); }
div.DivClassName
{
background-color: #C4A242;
}
.BgClassName
{
background-color: #C4A242;
}
</style>
border-color css
<style>
span { border-color: #C4A242; }
span { border-color: rgb(196,162,66); }
td.TdClassName
{
border-color: #C4A242;
}
.TagClassName
{
border-color: #C4A242;
}
</style>