Shades of Sundance #C0A242
Tints of Sundance #C0A242
RGB
CMYK
RGB Variations
Color information
#C0A242 (or 0xC0A242) is known color: Sundance. HEX triplet: C0, A2 and 42. RGB value is (192,162,66). Sum of RGB (Red+Green+Blue) = 192+162+66=420 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.71% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 66 (26.17% from 255 or 15.71% from 420); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A242 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A242 is #3F5DBD. Grayscale: #A0A0A0. Windows color (decimal): -4152766 or 4367040. OLE color: 4367040.
HSL color Cylindrical-coordinate representation of color #C0A242: hue angle of 45.71º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0A242 is Cyan = 0, Magento = 0.16, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 66 | - |
| CMYK | 0 | 0.16 | 0.66 | 0.25 |
| HSL | 45.71º | 0.5% | 0.51% | - |
| HSV(B) | 45.71º | 0.66% | 0.75% | - |
| XYZ | 35.64 | 37.44 | 10.5 | - |
| YUV | 160.03 | 74.94 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 66 | 0 | 0.16 | 0.66 | 0.25 | 45.71 | 0.5 | 0.51 |
| Hex | C0 | A2 | 42 | 0 | 10 | 42 | 19 | 2E | 32 | 33 |
| Octal | 300 | 242 | 102 | 0 | 20 | 102 | 31 | 56 | 62 | 63 |
| Binary | 11000000 | 10100010 | 1000010 | 0 | 10000 | 1000010 | 11001 | 101110 | 110010 | 110011 |
Color Harmonies of #C0A242
Complementary color
Monochromatic Colors of #C0A242
Black with #C0A242
Text Example
Text Example
White with #C0A242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A242; }
p { color: rgb(192,162,66); }
H1.HeaderClassName
{
color: #C0A242;
}
.AnyTagClassName
{
color: #C0A242;
}
</style>
background-color css
<style>
a { background-color: #C0A242; }
a { background-color: rgb(192,162,66); }
div.DivClassName
{
background-color: #C0A242;
}
.BgClassName
{
background-color: #C0A242;
}
</style>
border-color css
<style>
span { border-color: #C0A242; }
span { border-color: rgb(192,162,66); }
td.TdClassName
{
border-color: #C0A242;
}
.TagClassName
{
border-color: #C0A242;
}
</style>