Shades of Sundance #C8AD52
Tints of Sundance #C8AD52
RGB
CMYK
RGB Variations
Color information
#C8AD52 (or 0xC8AD52) is known color: Sundance. HEX triplet: C8, AD and 52. RGB value is (200,173,82). Sum of RGB (Red+Green+Blue) = 200+173+82=455 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.96% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 82 (32.42% from 255 or 18.02% from 455); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AD52 is #3752AD. Grayscale: #ABABAB. Windows color (decimal): -3625646 or 5418440. OLE color: 5418440.
HSL color Cylindrical-coordinate representation of color #C8AD52: hue angle of 46.27º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8AD52 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 82 | - |
| CMYK | 0 | 0.14 | 0.59 | 0.22 |
| HSL | 46.27º | 0.52% | 0.55% | - |
| HSV(B) | 46.27º | 0.59% | 0.78% | - |
| XYZ | 40.29 | 42.78 | 14.12 | - |
| YUV | 170.7 | 77.95 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 82 | 0 | 0.14 | 0.59 | 0.22 | 46.27 | 0.52 | 0.55 |
| Hex | C8 | AD | 52 | 0 | E | 3B | 16 | 2E | 34 | 37 |
| Octal | 310 | 255 | 122 | 0 | 16 | 73 | 26 | 56 | 64 | 67 |
| Binary | 11001000 | 10101101 | 1010010 | 0 | 1110 | 111011 | 10110 | 101110 | 110100 | 110111 |
Color Harmonies of #C8AD52
Complementary color
Monochromatic Colors of #C8AD52
Black with #C8AD52
Text Example
Text Example
White with #C8AD52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD52; }
p { color: rgb(200,173,82); }
H1.HeaderClassName
{
color: #C8AD52;
}
.AnyTagClassName
{
color: #C8AD52;
}
</style>
background-color css
<style>
a { background-color: #C8AD52; }
a { background-color: rgb(200,173,82); }
div.DivClassName
{
background-color: #C8AD52;
}
.BgClassName
{
background-color: #C8AD52;
}
</style>
border-color css
<style>
span { border-color: #C8AD52; }
span { border-color: rgb(200,173,82); }
td.TdClassName
{
border-color: #C8AD52;
}
.TagClassName
{
border-color: #C8AD52;
}
</style>