Shades of Sundance #C0A24A
Tints of Sundance #C0A24A
RGB
CMYK
RGB Variations
Color information
#C0A24A (or 0xC0A24A) is known color: Sundance. HEX triplet: C0, A2 and 4A. RGB value is (192,162,74). Sum of RGB (Red+Green+Blue) = 192+162+74=428 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.86% from 428); Green value is 162 (63.67% from 255 or 37.85% from 428); Blue value is 74 (29.30% from 255 or 17.29% from 428); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A24A is #3F5DB5. Grayscale: #A1A1A1. Windows color (decimal): -4152758 or 4891328. OLE color: 4891328.
HSL color Cylindrical-coordinate representation of color #C0A24A: hue angle of 44.75º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C0A24A is Cyan = 0, Magento = 0.16, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 162 | 74 | - |
| CMYK | 0 | 0.16 | 0.61 | 0.25 |
| HSL | 44.75º | 0.48% | 0.52% | - |
| HSV(B) | 44.75º | 0.61% | 0.75% | - |
| XYZ | 35.89 | 37.54 | 11.83 | - |
| YUV | 160.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 162 | 74 | 0 | 0.16 | 0.61 | 0.25 | 44.75 | 0.48 | 0.52 |
| Hex | C0 | A2 | 4A | 0 | 10 | 3D | 19 | 2D | 30 | 34 |
| Octal | 300 | 242 | 112 | 0 | 20 | 75 | 31 | 55 | 60 | 64 |
| Binary | 11000000 | 10100010 | 1001010 | 0 | 10000 | 111101 | 11001 | 101101 | 110000 | 110100 |
Color Harmonies of #C0A24A
Complementary color
Monochromatic Colors of #C0A24A
Black with #C0A24A
Text Example
Text Example
White with #C0A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A24A; }
p { color: rgb(192,162,74); }
H1.HeaderClassName
{
color: #C0A24A;
}
.AnyTagClassName
{
color: #C0A24A;
}
</style>
background-color css
<style>
a { background-color: #C0A24A; }
a { background-color: rgb(192,162,74); }
div.DivClassName
{
background-color: #C0A24A;
}
.BgClassName
{
background-color: #C0A24A;
}
</style>
border-color css
<style>
span { border-color: #C0A24A; }
span { border-color: rgb(192,162,74); }
td.TdClassName
{
border-color: #C0A24A;
}
.TagClassName
{
border-color: #C0A24A;
}
</style>