Shades of Sundance #C8A852
Tints of Sundance #C8A852
RGB
CMYK
RGB Variations
Color information
#C8A852 (or 0xC8A852) is known color: Sundance. HEX triplet: C8, A8 and 52. RGB value is (200,168,82). Sum of RGB (Red+Green+Blue) = 200+168+82=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 168 (66.02% from 255 or 37.33% from 450); Blue value is 82 (32.42% from 255 or 18.22% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A852 is #3757AD. Grayscale: #A8A8A8. Windows color (decimal): -3626926 or 5417160. OLE color: 5417160.
HSL color Cylindrical-coordinate representation of color #C8A852: hue angle of 43.73º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8A852 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 168 | 82 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.22 |
| HSL | 43.73º | 0.52% | 0.55% | - |
| HSV(B) | 43.73º | 0.59% | 0.78% | - |
| XYZ | 39.35 | 40.89 | 13.8 | - |
| YUV | 167.76 | 79.6 | 150.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 82 | 0 | 0.16 | 0.59 | 0.22 | 43.73 | 0.52 | 0.55 |
| Hex | C8 | A8 | 52 | 0 | 10 | 3B | 16 | 2C | 34 | 37 |
| Octal | 310 | 250 | 122 | 0 | 20 | 73 | 26 | 54 | 64 | 67 |
| Binary | 11001000 | 10101000 | 1010010 | 0 | 10000 | 111011 | 10110 | 101100 | 110100 | 110111 |
Color Harmonies of #C8A852
Complementary color
Monochromatic Colors of #C8A852
Black with #C8A852
Text Example
Text Example
White with #C8A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A852; }
p { color: rgb(200,168,82); }
H1.HeaderClassName
{
color: #C8A852;
}
.AnyTagClassName
{
color: #C8A852;
}
</style>
background-color css
<style>
a { background-color: #C8A852; }
a { background-color: rgb(200,168,82); }
div.DivClassName
{
background-color: #C8A852;
}
.BgClassName
{
background-color: #C8A852;
}
</style>
border-color css
<style>
span { border-color: #C8A852; }
span { border-color: rgb(200,168,82); }
td.TdClassName
{
border-color: #C8A852;
}
.TagClassName
{
border-color: #C8A852;
}
</style>