Shades of Sundance #C8AB4E
Tints of Sundance #C8AB4E
RGB
CMYK
RGB Variations
Color information
#C8AB4E (or 0xC8AB4E) is known color: Sundance. HEX triplet: C8, AB and 4E. RGB value is (200,171,78). Sum of RGB (Red+Green+Blue) = 200+171+78=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 171 (67.19% from 255 or 38.08% from 449); Blue value is 78 (30.86% from 255 or 17.37% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB4E is #3754B1. Grayscale: #A9A9A9. Windows color (decimal): -3626162 or 5155784. OLE color: 5155784.
HSL color Cylindrical-coordinate representation of color #C8AB4E: hue angle of 45.74º 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 #C8AB4E is Cyan = 0, Magento = 0.14, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 78 | - |
| CMYK | 0 | 0.14 | 0.61 | 0.22 |
| HSL | 45.74º | 0.53% | 0.55% | - |
| HSV(B) | 45.74º | 0.61% | 0.78% | - |
| XYZ | 39.76 | 41.96 | 13.21 | - |
| YUV | 169.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 78 | 0 | 0.14 | 0.61 | 0.22 | 45.74 | 0.53 | 0.55 |
| Hex | C8 | AB | 4E | 0 | E | 3D | 16 | 2E | 35 | 37 |
| Octal | 310 | 253 | 116 | 0 | 16 | 75 | 26 | 56 | 65 | 67 |
| Binary | 11001000 | 10101011 | 1001110 | 0 | 1110 | 111101 | 10110 | 101110 | 110101 | 110111 |
Color Harmonies of #C8AB4E
Complementary color
Monochromatic Colors of #C8AB4E
Black with #C8AB4E
Text Example
Text Example
White with #C8AB4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB4E; }
p { color: rgb(200,171,78); }
H1.HeaderClassName
{
color: #C8AB4E;
}
.AnyTagClassName
{
color: #C8AB4E;
}
</style>
background-color css
<style>
a { background-color: #C8AB4E; }
a { background-color: rgb(200,171,78); }
div.DivClassName
{
background-color: #C8AB4E;
}
.BgClassName
{
background-color: #C8AB4E;
}
</style>
border-color css
<style>
span { border-color: #C8AB4E; }
span { border-color: rgb(200,171,78); }
td.TdClassName
{
border-color: #C8AB4E;
}
.TagClassName
{
border-color: #C8AB4E;
}
</style>