Shades of Sundance #C4A042
Tints of Sundance #C4A042
RGB
CMYK
RGB Variations
Color information
#C4A042 (or 0xC4A042) is known color: Sundance. HEX triplet: C4, A0 and 42. RGB value is (196,160,66). Sum of RGB (Red+Green+Blue) = 196+160+66=422 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.45% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 66 (26.17% from 255 or 15.64% from 422); Max value from RGB is 196 - color contains mainly: red. Hex color #C4A042 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4A042 is #3B5FBD. Grayscale: #A0A0A0. Windows color (decimal): -3891134 or 4366532. OLE color: 4366532.
HSL color Cylindrical-coordinate representation of color #C4A042: hue angle of 43.38º 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 #C4A042 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 160 | 66 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.23 |
| HSL | 43.38º | 0.52% | 0.51% | - |
| HSV(B) | 43.38º | 0.66% | 0.77% | - |
| XYZ | 36.32 | 37.27 | 10.43 | - |
| YUV | 160.05 | 74.93 | 153.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 160 | 66 | 0 | 0.18 | 0.66 | 0.23 | 43.38 | 0.52 | 0.51 |
| Hex | C4 | A0 | 42 | 0 | 12 | 42 | 17 | 2B | 34 | 33 |
| Octal | 304 | 240 | 102 | 0 | 22 | 102 | 27 | 53 | 64 | 63 |
| Binary | 11000100 | 10100000 | 1000010 | 0 | 10010 | 1000010 | 10111 | 101011 | 110100 | 110011 |
Color Harmonies of #C4A042
Complementary color
Monochromatic Colors of #C4A042
Black with #C4A042
Text Example
Text Example
White with #C4A042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4A042; }
p { color: rgb(196,160,66); }
H1.HeaderClassName
{
color: #C4A042;
}
.AnyTagClassName
{
color: #C4A042;
}
</style>
background-color css
<style>
a { background-color: #C4A042; }
a { background-color: rgb(196,160,66); }
div.DivClassName
{
background-color: #C4A042;
}
.BgClassName
{
background-color: #C4A042;
}
</style>
border-color css
<style>
span { border-color: #C4A042; }
span { border-color: rgb(196,160,66); }
td.TdClassName
{
border-color: #C4A042;
}
.TagClassName
{
border-color: #C4A042;
}
</style>