Shades of Sundance #C0A554
Tints of Sundance #C0A554
RGB
CMYK
RGB Variations
Color information
#C0A554 (or 0xC0A554) is known color: Sundance. HEX triplet: C0, A5 and 54. RGB value is (192,165,84). Sum of RGB (Red+Green+Blue) = 192+165+84=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 165 (64.84% from 255 or 37.41% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A554 is #3F5AAB. Grayscale: #A4A4A4. Windows color (decimal): -4151980 or 5547456. OLE color: 5547456.
HSL color Cylindrical-coordinate representation of color #C0A554: hue angle of 45º 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 #C0A554 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 165 | 84 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.25 |
| HSL | 45º | 0.46% | 0.54% | - |
| HSV(B) | 45º | 0.56% | 0.75% | - |
| XYZ | 36.79 | 38.76 | 13.93 | - |
| YUV | 163.84 | 82.95 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 165 | 84 | 0 | 0.14 | 0.56 | 0.25 | 45 | 0.46 | 0.54 |
| Hex | C0 | A5 | 54 | 0 | E | 38 | 19 | 2D | 2E | 36 |
| Octal | 300 | 245 | 124 | 0 | 16 | 70 | 31 | 55 | 56 | 66 |
| Binary | 11000000 | 10100101 | 1010100 | 0 | 1110 | 111000 | 11001 | 101101 | 101110 | 110110 |
Color Harmonies of #C0A554
Complementary color
Monochromatic Colors of #C0A554
Black with #C0A554
Text Example
Text Example
White with #C0A554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A554; }
p { color: rgb(192,165,84); }
H1.HeaderClassName
{
color: #C0A554;
}
.AnyTagClassName
{
color: #C0A554;
}
</style>
background-color css
<style>
a { background-color: #C0A554; }
a { background-color: rgb(192,165,84); }
div.DivClassName
{
background-color: #C0A554;
}
.BgClassName
{
background-color: #C0A554;
}
</style>
border-color css
<style>
span { border-color: #C0A554; }
span { border-color: rgb(192,165,84); }
td.TdClassName
{
border-color: #C0A554;
}
.TagClassName
{
border-color: #C0A554;
}
</style>