Shades of Sundance #C8AF4E
Tints of Sundance #C8AF4E
RGB
CMYK
RGB Variations
Color information
#C8AF4E (or 0xC8AF4E) is known color: Sundance. HEX triplet: C8, AF and 4E. RGB value is (200,175,78). Sum of RGB (Red+Green+Blue) = 200+175+78=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AF4E is #3750B1. Grayscale: #ABABAB. Windows color (decimal): -3625138 or 5156808. OLE color: 5156808.
HSL color Cylindrical-coordinate representation of color #C8AF4E: hue angle of 47.7º 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 #C8AF4E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 78 | - |
| CMYK | 0 | 0.12 | 0.61 | 0.22 |
| HSL | 47.7º | 0.53% | 0.55% | - |
| HSV(B) | 47.7º | 0.61% | 0.78% | - |
| XYZ | 40.52 | 43.49 | 13.47 | - |
| YUV | 171.42 | 75.28 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 78 | 0 | 0.12 | 0.61 | 0.22 | 47.7 | 0.53 | 0.55 |
| Hex | C8 | AF | 4E | 0 | C | 3D | 16 | 30 | 35 | 37 |
| Octal | 310 | 257 | 116 | 0 | 14 | 75 | 26 | 60 | 65 | 67 |
| Binary | 11001000 | 10101111 | 1001110 | 0 | 1100 | 111101 | 10110 | 110000 | 110101 | 110111 |
Color Harmonies of #C8AF4E
Complementary color
Monochromatic Colors of #C8AF4E
Black with #C8AF4E
Text Example
Text Example
White with #C8AF4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF4E; }
p { color: rgb(200,175,78); }
H1.HeaderClassName
{
color: #C8AF4E;
}
.AnyTagClassName
{
color: #C8AF4E;
}
</style>
background-color css
<style>
a { background-color: #C8AF4E; }
a { background-color: rgb(200,175,78); }
div.DivClassName
{
background-color: #C8AF4E;
}
.BgClassName
{
background-color: #C8AF4E;
}
</style>
border-color css
<style>
span { border-color: #C8AF4E; }
span { border-color: rgb(200,175,78); }
td.TdClassName
{
border-color: #C8AF4E;
}
.TagClassName
{
border-color: #C8AF4E;
}
</style>