Shades of Sundance #C8A752
Tints of Sundance #C8A752
RGB
CMYK
RGB Variations
Color information
#C8A752 (or 0xC8A752) is known color: Sundance. HEX triplet: C8, A7 and 52. RGB value is (200,167,82). Sum of RGB (Red+Green+Blue) = 200+167+82=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 167 (65.62% from 255 or 37.19% from 449); Blue value is 82 (32.42% from 255 or 18.26% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A752 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A752 is #3758AD. Grayscale: #A7A7A7. Windows color (decimal): -3627182 or 5416904. OLE color: 5416904.
HSL color Cylindrical-coordinate representation of color #C8A752: hue angle of 43.22º 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 #C8A752 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 82 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.22 |
| HSL | 43.22º | 0.52% | 0.55% | - |
| HSV(B) | 43.22º | 0.59% | 0.78% | - |
| XYZ | 39.16 | 40.53 | 13.74 | - |
| YUV | 167.18 | 79.93 | 151.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 82 | 0 | 0.16 | 0.59 | 0.22 | 43.22 | 0.52 | 0.55 |
| Hex | C8 | A7 | 52 | 0 | 10 | 3B | 16 | 2B | 34 | 37 |
| Octal | 310 | 247 | 122 | 0 | 20 | 73 | 26 | 53 | 64 | 67 |
| Binary | 11001000 | 10100111 | 1010010 | 0 | 10000 | 111011 | 10110 | 101011 | 110100 | 110111 |
Color Harmonies of #C8A752
Complementary color
Monochromatic Colors of #C8A752
Black with #C8A752
Text Example
Text Example
White with #C8A752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A752; }
p { color: rgb(200,167,82); }
H1.HeaderClassName
{
color: #C8A752;
}
.AnyTagClassName
{
color: #C8A752;
}
</style>
background-color css
<style>
a { background-color: #C8A752; }
a { background-color: rgb(200,167,82); }
div.DivClassName
{
background-color: #C8A752;
}
.BgClassName
{
background-color: #C8A752;
}
</style>
border-color css
<style>
span { border-color: #C8A752; }
span { border-color: rgb(200,167,82); }
td.TdClassName
{
border-color: #C8A752;
}
.TagClassName
{
border-color: #C8A752;
}
</style>