Shades of Sundance #C0A954
Tints of Sundance #C0A954
RGB
CMYK
RGB Variations
Color information
#C0A954 (or 0xC0A954) is known color: Sundance. HEX triplet: C0, A9 and 54. RGB value is (192,169,84). Sum of RGB (Red+Green+Blue) = 192+169+84=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 169 (66.41% from 255 or 37.98% from 445); Blue value is 84 (33.20% from 255 or 18.88% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A954 is #3F56AB. Grayscale: #A6A6A6. Windows color (decimal): -4150956 or 5548480. OLE color: 5548480.
HSL color Cylindrical-coordinate representation of color #C0A954: hue angle of 47.22º 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 #C0A954 is Cyan = 0, Magento = 0.12, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 169 | 84 | - |
| CMYK | 0 | 0.12 | 0.56 | 0.25 |
| HSL | 47.22º | 0.46% | 0.54% | - |
| HSV(B) | 47.22º | 0.56% | 0.75% | - |
| XYZ | 37.53 | 40.22 | 14.17 | - |
| YUV | 166.19 | 81.62 | 146.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 169 | 84 | 0 | 0.12 | 0.56 | 0.25 | 47.22 | 0.46 | 0.54 |
| Hex | C0 | A9 | 54 | 0 | C | 38 | 19 | 2F | 2E | 36 |
| Octal | 300 | 251 | 124 | 0 | 14 | 70 | 31 | 57 | 56 | 66 |
| Binary | 11000000 | 10101001 | 1010100 | 0 | 1100 | 111000 | 11001 | 101111 | 101110 | 110110 |
Color Harmonies of #C0A954
Complementary color
Monochromatic Colors of #C0A954
Black with #C0A954
Text Example
Text Example
White with #C0A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A954; }
p { color: rgb(192,169,84); }
H1.HeaderClassName
{
color: #C0A954;
}
.AnyTagClassName
{
color: #C0A954;
}
</style>
background-color css
<style>
a { background-color: #C0A954; }
a { background-color: rgb(192,169,84); }
div.DivClassName
{
background-color: #C0A954;
}
.BgClassName
{
background-color: #C0A954;
}
</style>
border-color css
<style>
span { border-color: #C0A954; }
span { border-color: rgb(192,169,84); }
td.TdClassName
{
border-color: #C0A954;
}
.TagClassName
{
border-color: #C0A954;
}
</style>