Shades of Sundance #C8AD55
Tints of Sundance #C8AD55
RGB
CMYK
RGB Variations
Color information
#C8AD55 (or 0xC8AD55) is known color: Sundance. HEX triplet: C8, AD and 55. RGB value is (200,173,85). Sum of RGB (Red+Green+Blue) = 200+173+85=458 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.67% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 85 (33.59% from 255 or 18.56% from 458); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD55 is #3752AA. Grayscale: #ABABAB. Windows color (decimal): -3625643 or 5615048. OLE color: 5615048.
HSL color Cylindrical-coordinate representation of color #C8AD55: hue angle of 45.91º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8AD55 is Cyan = 0, Magento = 0.14, Yellow = 0.58 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 85 | - |
| CMYK | 0 | 0.14 | 0.58 | 0.22 |
| HSL | 45.91º | 0.51% | 0.56% | - |
| HSV(B) | 45.91º | 0.58% | 0.78% | - |
| XYZ | 40.4 | 42.82 | 14.73 | - |
| YUV | 171.04 | 79.45 | 148.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 85 | 0 | 0.14 | 0.58 | 0.22 | 45.91 | 0.51 | 0.56 |
| Hex | C8 | AD | 55 | 0 | E | 3A | 16 | 2E | 33 | 38 |
| Octal | 310 | 255 | 125 | 0 | 16 | 72 | 26 | 56 | 63 | 70 |
| Binary | 11001000 | 10101101 | 1010101 | 0 | 1110 | 111010 | 10110 | 101110 | 110011 | 111000 |
Color Harmonies of #C8AD55
Complementary color
Monochromatic Colors of #C8AD55
Black with #C8AD55
Text Example
Text Example
White with #C8AD55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD55; }
p { color: rgb(200,173,85); }
H1.HeaderClassName
{
color: #C8AD55;
}
.AnyTagClassName
{
color: #C8AD55;
}
</style>
background-color css
<style>
a { background-color: #C8AD55; }
a { background-color: rgb(200,173,85); }
div.DivClassName
{
background-color: #C8AD55;
}
.BgClassName
{
background-color: #C8AD55;
}
</style>
border-color css
<style>
span { border-color: #C8AD55; }
span { border-color: rgb(200,173,85); }
td.TdClassName
{
border-color: #C8AD55;
}
.TagClassName
{
border-color: #C8AD55;
}
</style>