Shades of Sundance #C8A240
Tints of Sundance #C8A240
RGB
CMYK
RGB Variations
Color information
#C8A240 (or 0xC8A240) is known color: Sundance. HEX triplet: C8, A2 and 40. RGB value is (200,162,64). Sum of RGB (Red+Green+Blue) = 200+162+64=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 162 (63.67% from 255 or 38.03% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A240 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A240 is #375DBF. Grayscale: #A2A2A2. Windows color (decimal): -3628480 or 4235976. OLE color: 4235976.
HSL color Cylindrical-coordinate representation of color #C8A240: hue angle of 43.24º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8A240 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 64 | - |
| CMYK | 0 | 0.19 | 0.68 | 0.22 |
| HSL | 43.24º | 0.55% | 0.52% | - |
| HSV(B) | 43.24º | 0.68% | 0.78% | - |
| XYZ | 37.67 | 38.49 | 10.29 | - |
| YUV | 162.19 | 72.59 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 64 | 0 | 0.19 | 0.68 | 0.22 | 43.24 | 0.55 | 0.52 |
| Hex | C8 | A2 | 40 | 0 | 13 | 44 | 16 | 2B | 37 | 34 |
| Octal | 310 | 242 | 100 | 0 | 23 | 104 | 26 | 53 | 67 | 64 |
| Binary | 11001000 | 10100010 | 1000000 | 0 | 10011 | 1000100 | 10110 | 101011 | 110111 | 110100 |
Color Harmonies of #C8A240
Complementary color
Monochromatic Colors of #C8A240
Black with #C8A240
Text Example
Text Example
White with #C8A240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A240; }
p { color: rgb(200,162,64); }
H1.HeaderClassName
{
color: #C8A240;
}
.AnyTagClassName
{
color: #C8A240;
}
</style>
background-color css
<style>
a { background-color: #C8A240; }
a { background-color: rgb(200,162,64); }
div.DivClassName
{
background-color: #C8A240;
}
.BgClassName
{
background-color: #C8A240;
}
</style>
border-color css
<style>
span { border-color: #C8A240; }
span { border-color: rgb(200,162,64); }
td.TdClassName
{
border-color: #C8A240;
}
.TagClassName
{
border-color: #C8A240;
}
</style>