Shades of Sundance #C8AA52
Tints of Sundance #C8AA52
RGB
CMYK
RGB Variations
Color information
#C8AA52 (or 0xC8AA52) is known color: Sundance. HEX triplet: C8, AA and 52. RGB value is (200,170,82). Sum of RGB (Red+Green+Blue) = 200+170+82=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 170 (66.80% from 255 or 37.61% from 452); Blue value is 82 (32.42% from 255 or 18.14% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA52 is #3755AD. Grayscale: #A9A9A9. Windows color (decimal): -3626414 or 5417672. OLE color: 5417672.
HSL color Cylindrical-coordinate representation of color #C8AA52: hue angle of 44.75º 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 #C8AA52 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 82 | - |
| CMYK | 0 | 0.15 | 0.59 | 0.22 |
| HSL | 44.75º | 0.52% | 0.55% | - |
| HSV(B) | 44.75º | 0.59% | 0.78% | - |
| XYZ | 39.72 | 41.64 | 13.93 | - |
| YUV | 168.94 | 78.94 | 150.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 82 | 0 | 0.15 | 0.59 | 0.22 | 44.75 | 0.52 | 0.55 |
| Hex | C8 | AA | 52 | 0 | F | 3B | 16 | 2D | 34 | 37 |
| Octal | 310 | 252 | 122 | 0 | 17 | 73 | 26 | 55 | 64 | 67 |
| Binary | 11001000 | 10101010 | 1010010 | 0 | 1111 | 111011 | 10110 | 101101 | 110100 | 110111 |
Color Harmonies of #C8AA52
Complementary color
Monochromatic Colors of #C8AA52
Black with #C8AA52
Text Example
Text Example
White with #C8AA52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA52; }
p { color: rgb(200,170,82); }
H1.HeaderClassName
{
color: #C8AA52;
}
.AnyTagClassName
{
color: #C8AA52;
}
</style>
background-color css
<style>
a { background-color: #C8AA52; }
a { background-color: rgb(200,170,82); }
div.DivClassName
{
background-color: #C8AA52;
}
.BgClassName
{
background-color: #C8AA52;
}
</style>
border-color css
<style>
span { border-color: #C8AA52; }
span { border-color: rgb(200,170,82); }
td.TdClassName
{
border-color: #C8AA52;
}
.TagClassName
{
border-color: #C8AA52;
}
</style>