Shades of Sundance #C8AA42
Tints of Sundance #C8AA42
RGB
CMYK
RGB Variations
Color information
#C8AA42 (or 0xC8AA42) is known color: Sundance. HEX triplet: C8, AA and 42. RGB value is (200,170,66). Sum of RGB (Red+Green+Blue) = 200+170+66=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 170 (66.80% from 255 or 38.99% from 436); Blue value is 66 (26.17% from 255 or 15.14% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA42 is #3755BD. Grayscale: #A7A7A7. Windows color (decimal): -3626430 or 4369096. OLE color: 4369096.
HSL color Cylindrical-coordinate representation of color #C8AA42: hue angle of 46.57º 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 #C8AA42 is Cyan = 0, Magento = 0.15, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 66 | - |
| CMYK | 0 | 0.15 | 0.67 | 0.22 |
| HSL | 46.57º | 0.55% | 0.52% | - |
| HSV(B) | 46.57º | 0.67% | 0.78% | - |
| XYZ | 39.18 | 41.42 | 11.08 | - |
| YUV | 167.11 | 70.94 | 151.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 66 | 0 | 0.15 | 0.67 | 0.22 | 46.57 | 0.55 | 0.52 |
| Hex | C8 | AA | 42 | 0 | F | 43 | 16 | 2F | 37 | 34 |
| Octal | 310 | 252 | 102 | 0 | 17 | 103 | 26 | 57 | 67 | 64 |
| Binary | 11001000 | 10101010 | 1000010 | 0 | 1111 | 1000011 | 10110 | 101111 | 110111 | 110100 |
Color Harmonies of #C8AA42
Complementary color
Monochromatic Colors of #C8AA42
Black with #C8AA42
Text Example
Text Example
White with #C8AA42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA42; }
p { color: rgb(200,170,66); }
H1.HeaderClassName
{
color: #C8AA42;
}
.AnyTagClassName
{
color: #C8AA42;
}
</style>
background-color css
<style>
a { background-color: #C8AA42; }
a { background-color: rgb(200,170,66); }
div.DivClassName
{
background-color: #C8AA42;
}
.BgClassName
{
background-color: #C8AA42;
}
</style>
border-color css
<style>
span { border-color: #C8AA42; }
span { border-color: rgb(200,170,66); }
td.TdClassName
{
border-color: #C8AA42;
}
.TagClassName
{
border-color: #C8AA42;
}
</style>