Shades of Sundance #C0A342
Tints of Sundance #C0A342
RGB
CMYK
RGB Variations
Color information
#C0A342 (or 0xC0A342) is known color: Sundance. HEX triplet: C0, A3 and 42. RGB value is (192,163,66). Sum of RGB (Red+Green+Blue) = 192+163+66=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 163 (64.06% from 255 or 38.72% from 421); Blue value is 66 (26.17% from 255 or 15.68% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A342 is #3F5CBD. Grayscale: #A1A1A1. Windows color (decimal): -4152510 or 4367296. OLE color: 4367296.
HSL color Cylindrical-coordinate representation of color #C0A342: hue angle of 46.19º 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 #C0A342 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 66 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.25 |
| HSL | 46.19º | 0.5% | 0.51% | - |
| HSV(B) | 46.19º | 0.66% | 0.75% | - |
| XYZ | 35.82 | 37.79 | 10.56 | - |
| YUV | 160.61 | 74.61 | 150.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 66 | 0 | 0.15 | 0.66 | 0.25 | 46.19 | 0.5 | 0.51 |
| Hex | C0 | A3 | 42 | 0 | F | 42 | 19 | 2E | 32 | 33 |
| Octal | 300 | 243 | 102 | 0 | 17 | 102 | 31 | 56 | 62 | 63 |
| Binary | 11000000 | 10100011 | 1000010 | 0 | 1111 | 1000010 | 11001 | 101110 | 110010 | 110011 |
Color Harmonies of #C0A342
Complementary color
Monochromatic Colors of #C0A342
Black with #C0A342
Text Example
Text Example
White with #C0A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A342; }
p { color: rgb(192,163,66); }
H1.HeaderClassName
{
color: #C0A342;
}
.AnyTagClassName
{
color: #C0A342;
}
</style>
background-color css
<style>
a { background-color: #C0A342; }
a { background-color: rgb(192,163,66); }
div.DivClassName
{
background-color: #C0A342;
}
.BgClassName
{
background-color: #C0A342;
}
</style>
border-color css
<style>
span { border-color: #C0A342; }
span { border-color: rgb(192,163,66); }
td.TdClassName
{
border-color: #C0A342;
}
.TagClassName
{
border-color: #C0A342;
}
</style>