Shades of Sundance #C0A453
Tints of Sundance #C0A453
RGB
CMYK
RGB Variations
Color information
#C0A453 (or 0xC0A453) is known color: Sundance. HEX triplet: C0, A4 and 53. RGB value is (192,164,83). Sum of RGB (Red+Green+Blue) = 192+164+83=439 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.74% from 439); Green value is 164 (64.45% from 255 or 37.36% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A453 is #3F5BAC. Grayscale: #A3A3A3. Windows color (decimal): -4152237 or 5481664. OLE color: 5481664.
HSL color Cylindrical-coordinate representation of color #C0A453: hue angle of 44.59º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0A453 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 164 | 83 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.25 |
| HSL | 44.59º | 0.46% | 0.54% | - |
| HSV(B) | 44.59º | 0.57% | 0.75% | - |
| XYZ | 36.58 | 38.38 | 13.66 | - |
| YUV | 163.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 164 | 83 | 0 | 0.15 | 0.57 | 0.25 | 44.59 | 0.46 | 0.54 |
| Hex | C0 | A4 | 53 | 0 | F | 39 | 19 | 2D | 2E | 36 |
| Octal | 300 | 244 | 123 | 0 | 17 | 71 | 31 | 55 | 56 | 66 |
| Binary | 11000000 | 10100100 | 1010011 | 0 | 1111 | 111001 | 11001 | 101101 | 101110 | 110110 |
Color Harmonies of #C0A453
Complementary color
Monochromatic Colors of #C0A453
Black with #C0A453
Text Example
Text Example
White with #C0A453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A453; }
p { color: rgb(192,164,83); }
H1.HeaderClassName
{
color: #C0A453;
}
.AnyTagClassName
{
color: #C0A453;
}
</style>
background-color css
<style>
a { background-color: #C0A453; }
a { background-color: rgb(192,164,83); }
div.DivClassName
{
background-color: #C0A453;
}
.BgClassName
{
background-color: #C0A453;
}
</style>
border-color css
<style>
span { border-color: #C0A453; }
span { border-color: rgb(192,164,83); }
td.TdClassName
{
border-color: #C0A453;
}
.TagClassName
{
border-color: #C0A453;
}
</style>