Shades of Sundance #C8A342
Tints of Sundance #C8A342
RGB
CMYK
RGB Variations
Color information
#C8A342 (or 0xC8A342) is known color: Sundance. HEX triplet: C8, A3 and 42. RGB value is (200,163,66). Sum of RGB (Red+Green+Blue) = 200+163+66=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 163 (64.06% from 255 or 38.00% from 429); Blue value is 66 (26.17% from 255 or 15.38% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A342 is #375CBD. Grayscale: #A3A3A3. Windows color (decimal): -3628222 or 4367304. OLE color: 4367304.
HSL color Cylindrical-coordinate representation of color #C8A342: hue angle of 43.43º 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 #C8A342 is Cyan = 0, Magento = 0.18, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 66 | - |
| CMYK | 0 | 0.18 | 0.67 | 0.22 |
| HSL | 43.43º | 0.55% | 0.52% | - |
| HSV(B) | 43.43º | 0.67% | 0.78% | - |
| XYZ | 37.9 | 38.87 | 10.66 | - |
| YUV | 163.01 | 73.26 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 66 | 0 | 0.18 | 0.67 | 0.22 | 43.43 | 0.55 | 0.52 |
| Hex | C8 | A3 | 42 | 0 | 12 | 43 | 16 | 2B | 37 | 34 |
| Octal | 310 | 243 | 102 | 0 | 22 | 103 | 26 | 53 | 67 | 64 |
| Binary | 11001000 | 10100011 | 1000010 | 0 | 10010 | 1000011 | 10110 | 101011 | 110111 | 110100 |
Color Harmonies of #C8A342
Complementary color
Monochromatic Colors of #C8A342
Black with #C8A342
Text Example
Text Example
White with #C8A342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A342; }
p { color: rgb(200,163,66); }
H1.HeaderClassName
{
color: #C8A342;
}
.AnyTagClassName
{
color: #C8A342;
}
</style>
background-color css
<style>
a { background-color: #C8A342; }
a { background-color: rgb(200,163,66); }
div.DivClassName
{
background-color: #C8A342;
}
.BgClassName
{
background-color: #C8A342;
}
</style>
border-color css
<style>
span { border-color: #C8A342; }
span { border-color: rgb(200,163,66); }
td.TdClassName
{
border-color: #C8A342;
}
.TagClassName
{
border-color: #C8A342;
}
</style>