Shades of Sundance #C0A647
Tints of Sundance #C0A647
RGB
CMYK
RGB Variations
Color information
#C0A647 (or 0xC0A647) is known color: Sundance. HEX triplet: C0, A6 and 47. RGB value is (192,166,71). Sum of RGB (Red+Green+Blue) = 192+166+71=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 71 (28.12% from 255 or 16.55% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A647 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A647 is #3F59B8. Grayscale: #A3A3A3. Windows color (decimal): -4151737 or 4695744. OLE color: 4695744.
HSL color Cylindrical-coordinate representation of color #C0A647: hue angle of 47.11º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0A647 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 166 | 71 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.25 |
| HSL | 47.11º | 0.49% | 0.52% | - |
| HSV(B) | 47.11º | 0.63% | 0.75% | - |
| XYZ | 36.51 | 38.93 | 11.55 | - |
| YUV | 162.94 | 76.11 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 166 | 71 | 0 | 0.14 | 0.63 | 0.25 | 47.11 | 0.49 | 0.52 |
| Hex | C0 | A6 | 47 | 0 | E | 3F | 19 | 2F | 31 | 34 |
| Octal | 300 | 246 | 107 | 0 | 16 | 77 | 31 | 57 | 61 | 64 |
| Binary | 11000000 | 10100110 | 1000111 | 0 | 1110 | 111111 | 11001 | 101111 | 110001 | 110100 |
Color Harmonies of #C0A647
Complementary color
Monochromatic Colors of #C0A647
Black with #C0A647
Text Example
Text Example
White with #C0A647
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0A647; }
p { color: rgb(192,166,71); }
H1.HeaderClassName
{
color: #C0A647;
}
.AnyTagClassName
{
color: #C0A647;
}
</style>
background-color css
<style>
a { background-color: #C0A647; }
a { background-color: rgb(192,166,71); }
div.DivClassName
{
background-color: #C0A647;
}
.BgClassName
{
background-color: #C0A647;
}
</style>
border-color css
<style>
span { border-color: #C0A647; }
span { border-color: rgb(192,166,71); }
td.TdClassName
{
border-color: #C0A647;
}
.TagClassName
{
border-color: #C0A647;
}
</style>