Shades of Sundance #C8A742
Tints of Sundance #C8A742
RGB
CMYK
RGB Variations
Color information
#C8A742 (or 0xC8A742) is known color: Sundance. HEX triplet: C8, A7 and 42. RGB value is (200,167,66). Sum of RGB (Red+Green+Blue) = 200+167+66=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 167 (65.62% from 255 or 38.57% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A742 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A742 is #3758BD. Grayscale: #A5A5A5. Windows color (decimal): -3627198 or 4368328. OLE color: 4368328.
HSL color Cylindrical-coordinate representation of color #C8A742: hue angle of 45.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C8A742 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 66 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.22 |
| HSL | 45.22º | 0.55% | 0.52% | - |
| HSV(B) | 45.22º | 0.67% | 0.78% | - |
| XYZ | 38.62 | 40.31 | 10.9 | - |
| YUV | 165.35 | 71.93 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 66 | 0 | 0.16 | 0.67 | 0.22 | 45.22 | 0.55 | 0.52 |
| Hex | C8 | A7 | 42 | 0 | 10 | 43 | 16 | 2D | 37 | 34 |
| Octal | 310 | 247 | 102 | 0 | 20 | 103 | 26 | 55 | 67 | 64 |
| Binary | 11001000 | 10100111 | 1000010 | 0 | 10000 | 1000011 | 10110 | 101101 | 110111 | 110100 |
Color Harmonies of #C8A742
Complementary color
Monochromatic Colors of #C8A742
Black with #C8A742
Text Example
Text Example
White with #C8A742
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A742; }
p { color: rgb(200,167,66); }
H1.HeaderClassName
{
color: #C8A742;
}
.AnyTagClassName
{
color: #C8A742;
}
</style>
background-color css
<style>
a { background-color: #C8A742; }
a { background-color: rgb(200,167,66); }
div.DivClassName
{
background-color: #C8A742;
}
.BgClassName
{
background-color: #C8A742;
}
</style>
border-color css
<style>
span { border-color: #C8A742; }
span { border-color: rgb(200,167,66); }
td.TdClassName
{
border-color: #C8A742;
}
.TagClassName
{
border-color: #C8A742;
}
</style>