Shades of Sundance #C0A34C
Tints of Sundance #C0A34C
RGB
CMYK
RGB Variations
Color information
#C0A34C (or 0xC0A34C) is known color: Sundance. HEX triplet: C0, A3 and 4C. RGB value is (192,163,76). Sum of RGB (Red+Green+Blue) = 192+163+76=431 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.55% from 431); Green value is 163 (64.06% from 255 or 37.82% from 431); Blue value is 76 (30.08% from 255 or 17.63% from 431); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A34C is #3F5CB3. Grayscale: #A2A2A2. Windows color (decimal): -4152500 or 5022656. OLE color: 5022656.
HSL color Cylindrical-coordinate representation of color #C0A34C: hue angle of 45º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C0A34C is Cyan = 0, Magento = 0.15, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 163 | 76 | - |
| CMYK | 0 | 0.15 | 0.60 | 0.25 |
| HSL | 45º | 0.48% | 0.53% | - |
| HSV(B) | 45º | 0.6% | 0.75% | - |
| XYZ | 36.14 | 37.92 | 12.25 | - |
| YUV | 161.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 163 | 76 | 0 | 0.15 | 0.60 | 0.25 | 45 | 0.48 | 0.53 |
| Hex | C0 | A3 | 4C | 0 | F | 3C | 19 | 2D | 30 | 35 |
| Octal | 300 | 243 | 114 | 0 | 17 | 74 | 31 | 55 | 60 | 65 |
| Binary | 11000000 | 10100011 | 1001100 | 0 | 1111 | 111100 | 11001 | 101101 | 110000 | 110101 |
Color Harmonies of #C0A34C
Complementary color
Monochromatic Colors of #C0A34C
Black with #C0A34C
Text Example
Text Example
White with #C0A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A34C; }
p { color: rgb(192,163,76); }
H1.HeaderClassName
{
color: #C0A34C;
}
.AnyTagClassName
{
color: #C0A34C;
}
</style>
background-color css
<style>
a { background-color: #C0A34C; }
a { background-color: rgb(192,163,76); }
div.DivClassName
{
background-color: #C0A34C;
}
.BgClassName
{
background-color: #C0A34C;
}
</style>
border-color css
<style>
span { border-color: #C0A34C; }
span { border-color: rgb(192,163,76); }
td.TdClassName
{
border-color: #C0A34C;
}
.TagClassName
{
border-color: #C0A34C;
}
</style>