Shades of Sundance #C0A254
Tints of Sundance #C0A254
RGB
CMYK
RGB Variations
Color information
#C0A254 (or 0xC0A254) is known color: Sundance. HEX triplet: C0, A2 and 54. RGB value is (192,162,84). Sum of RGB (Red+Green+Blue) = 192+162+84=438 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.84% from 438); Green value is 162 (63.67% from 255 or 36.99% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A254 is #3F5DAB. Grayscale: #A2A2A2. Windows color (decimal): -4152748 or 5546688. OLE color: 5546688.
HSL color Cylindrical-coordinate representation of color #C0A254: hue angle of 43.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C0A254 is Cyan = 0, Magento = 0.16, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 84 | - |
| CMYK | 0 | 0.16 | 0.56 | 0.25 |
| HSL | 43.33º | 0.46% | 0.54% | - |
| HSV(B) | 43.33º | 0.56% | 0.75% | - |
| XYZ | 36.26 | 37.69 | 13.75 | - |
| YUV | 162.08 | 83.94 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 84 | 0 | 0.16 | 0.56 | 0.25 | 43.33 | 0.46 | 0.54 |
| Hex | C0 | A2 | 54 | 0 | 10 | 38 | 19 | 2B | 2E | 36 |
| Octal | 300 | 242 | 124 | 0 | 20 | 70 | 31 | 53 | 56 | 66 |
| Binary | 11000000 | 10100010 | 1010100 | 0 | 10000 | 111000 | 11001 | 101011 | 101110 | 110110 |
Color Harmonies of #C0A254
Complementary color
Monochromatic Colors of #C0A254
Black with #C0A254
Text Example
Text Example
White with #C0A254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A254; }
p { color: rgb(192,162,84); }
H1.HeaderClassName
{
color: #C0A254;
}
.AnyTagClassName
{
color: #C0A254;
}
</style>
background-color css
<style>
a { background-color: #C0A254; }
a { background-color: rgb(192,162,84); }
div.DivClassName
{
background-color: #C0A254;
}
.BgClassName
{
background-color: #C0A254;
}
</style>
border-color css
<style>
span { border-color: #C0A254; }
span { border-color: rgb(192,162,84); }
td.TdClassName
{
border-color: #C0A254;
}
.TagClassName
{
border-color: #C0A254;
}
</style>