Shades of Sundance #C8AA4E
Tints of Sundance #C8AA4E
RGB
CMYK
RGB Variations
Color information
#C8AA4E (or 0xC8AA4E) is known color: Sundance. HEX triplet: C8, AA and 4E. RGB value is (200,170,78). Sum of RGB (Red+Green+Blue) = 200+170+78=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 170 (66.80% from 255 or 37.95% from 448); Blue value is 78 (30.86% from 255 or 17.41% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AA4E is #3755B1. Grayscale: #A8A8A8. Windows color (decimal): -3626418 or 5155528. OLE color: 5155528.
HSL color Cylindrical-coordinate representation of color #C8AA4E: hue angle of 45.25º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C8AA4E is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 78 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.22 |
| HSL | 45.25º | 0.53% | 0.55% | - |
| HSV(B) | 45.25º | 0.61% | 0.78% | - |
| XYZ | 39.57 | 41.58 | 13.15 | - |
| YUV | 168.48 | 76.94 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 78 | 0 | 0.15 | 0.61 | 0.22 | 45.25 | 0.53 | 0.55 |
| Hex | C8 | AA | 4E | 0 | F | 3D | 16 | 2D | 35 | 37 |
| Octal | 310 | 252 | 116 | 0 | 17 | 75 | 26 | 55 | 65 | 67 |
| Binary | 11001000 | 10101010 | 1001110 | 0 | 1111 | 111101 | 10110 | 101101 | 110101 | 110111 |
Color Harmonies of #C8AA4E
Complementary color
Monochromatic Colors of #C8AA4E
Black with #C8AA4E
Text Example
Text Example
White with #C8AA4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA4E; }
p { color: rgb(200,170,78); }
H1.HeaderClassName
{
color: #C8AA4E;
}
.AnyTagClassName
{
color: #C8AA4E;
}
</style>
background-color css
<style>
a { background-color: #C8AA4E; }
a { background-color: rgb(200,170,78); }
div.DivClassName
{
background-color: #C8AA4E;
}
.BgClassName
{
background-color: #C8AA4E;
}
</style>
border-color css
<style>
span { border-color: #C8AA4E; }
span { border-color: rgb(200,170,78); }
td.TdClassName
{
border-color: #C8AA4E;
}
.TagClassName
{
border-color: #C8AA4E;
}
</style>