Shades of Sundance #C8AF4C
Tints of Sundance #C8AF4C
RGB
CMYK
RGB Variations
Color information
#C8AF4C (or 0xC8AF4C) is known color: Sundance. HEX triplet: C8, AF and 4C. RGB value is (200,175,76). Sum of RGB (Red+Green+Blue) = 200+175+76=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 76 (30.08% from 255 or 16.85% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AF4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AF4C is #3750B3. Grayscale: #ABABAB. Windows color (decimal): -3625140 or 5025736. OLE color: 5025736.
HSL color Cylindrical-coordinate representation of color #C8AF4C: hue angle of 47.9º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8AF4C is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 175 | 76 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.22 |
| HSL | 47.9º | 0.53% | 0.54% | - |
| HSV(B) | 47.9º | 0.62% | 0.78% | - |
| XYZ | 40.45 | 43.46 | 13.09 | - |
| YUV | 171.19 | 74.28 | 148.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 175 | 76 | 0 | 0.12 | 0.62 | 0.22 | 47.9 | 0.53 | 0.54 |
| Hex | C8 | AF | 4C | 0 | C | 3E | 16 | 30 | 35 | 36 |
| Octal | 310 | 257 | 114 | 0 | 14 | 76 | 26 | 60 | 65 | 66 |
| Binary | 11001000 | 10101111 | 1001100 | 0 | 1100 | 111110 | 10110 | 110000 | 110101 | 110110 |
Color Harmonies of #C8AF4C
Complementary color
Monochromatic Colors of #C8AF4C
Black with #C8AF4C
Text Example
Text Example
White with #C8AF4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AF4C; }
p { color: rgb(200,175,76); }
H1.HeaderClassName
{
color: #C8AF4C;
}
.AnyTagClassName
{
color: #C8AF4C;
}
</style>
background-color css
<style>
a { background-color: #C8AF4C; }
a { background-color: rgb(200,175,76); }
div.DivClassName
{
background-color: #C8AF4C;
}
.BgClassName
{
background-color: #C8AF4C;
}
</style>
border-color css
<style>
span { border-color: #C8AF4C; }
span { border-color: rgb(200,175,76); }
td.TdClassName
{
border-color: #C8AF4C;
}
.TagClassName
{
border-color: #C8AF4C;
}
</style>