Shades of Sundance #C0A752
Tints of Sundance #C0A752
RGB
CMYK
RGB Variations
Color information
#C0A752 (or 0xC0A752) is known color: Sundance. HEX triplet: C0, A7 and 52. RGB value is (192,167,82). Sum of RGB (Red+Green+Blue) = 192+167+82=441 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.54% from 441); Green value is 167 (65.62% from 255 or 37.87% from 441); Blue value is 82 (32.42% from 255 or 18.59% from 441); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0A752 is #3F58AD. Grayscale: #A5A5A5. Windows color (decimal): -4151470 or 5416896. OLE color: 5416896.
HSL color Cylindrical-coordinate representation of color #C0A752: hue angle of 46.36º degrees, saturation: 0.47, 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 #C0A752 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 167 | 82 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.25 |
| HSL | 46.36º | 0.47% | 0.54% | - |
| HSV(B) | 46.36º | 0.57% | 0.75% | - |
| XYZ | 37.08 | 39.45 | 13.64 | - |
| YUV | 164.79 | 81.28 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 167 | 82 | 0 | 0.13 | 0.57 | 0.25 | 46.36 | 0.47 | 0.54 |
| Hex | C0 | A7 | 52 | 0 | D | 39 | 19 | 2E | 2F | 36 |
| Octal | 300 | 247 | 122 | 0 | 15 | 71 | 31 | 56 | 57 | 66 |
| Binary | 11000000 | 10100111 | 1010010 | 0 | 1101 | 111001 | 11001 | 101110 | 101111 | 110110 |
Color Harmonies of #C0A752
Complementary color
Monochromatic Colors of #C0A752
Black with #C0A752
Text Example
Text Example
White with #C0A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A752; }
p { color: rgb(192,167,82); }
H1.HeaderClassName
{
color: #C0A752;
}
.AnyTagClassName
{
color: #C0A752;
}
</style>
background-color css
<style>
a { background-color: #C0A752; }
a { background-color: rgb(192,167,82); }
div.DivClassName
{
background-color: #C0A752;
}
.BgClassName
{
background-color: #C0A752;
}
</style>
border-color css
<style>
span { border-color: #C0A752; }
span { border-color: rgb(192,167,82); }
td.TdClassName
{
border-color: #C0A752;
}
.TagClassName
{
border-color: #C0A752;
}
</style>