Shades of Sundance #C8A751
Tints of Sundance #C8A751
RGB
CMYK
RGB Variations
Color information
#C8A751 (or 0xC8A751) is known color: Sundance. HEX triplet: C8, A7 and 51. RGB value is (200,167,81). Sum of RGB (Red+Green+Blue) = 200+167+81=448 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.64% from 448); Green value is 167 (65.62% from 255 or 37.28% from 448); Blue value is 81 (32.03% from 255 or 18.08% from 448); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A751 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A751 is #3758AE. Grayscale: #A7A7A7. Windows color (decimal): -3627183 or 5351368. OLE color: 5351368.
HSL color Cylindrical-coordinate representation of color #C8A751: hue angle of 43.36º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8A751 is Cyan = 0, Magento = 0.16, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 81 | - |
| CMYK | 0 | 0.16 | 0.59 | 0.22 |
| HSL | 43.36º | 0.52% | 0.55% | - |
| HSV(B) | 43.36º | 0.6% | 0.78% | - |
| XYZ | 39.12 | 40.51 | 13.54 | - |
| YUV | 167.06 | 79.43 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 81 | 0 | 0.16 | 0.59 | 0.22 | 43.36 | 0.52 | 0.55 |
| Hex | C8 | A7 | 51 | 0 | 10 | 3B | 16 | 2B | 34 | 37 |
| Octal | 310 | 247 | 121 | 0 | 20 | 73 | 26 | 53 | 64 | 67 |
| Binary | 11001000 | 10100111 | 1010001 | 0 | 10000 | 111011 | 10110 | 101011 | 110100 | 110111 |
Color Harmonies of #C8A751
Complementary color
Monochromatic Colors of #C8A751
Black with #C8A751
Text Example
Text Example
White with #C8A751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A751; }
p { color: rgb(200,167,81); }
H1.HeaderClassName
{
color: #C8A751;
}
.AnyTagClassName
{
color: #C8A751;
}
</style>
background-color css
<style>
a { background-color: #C8A751; }
a { background-color: rgb(200,167,81); }
div.DivClassName
{
background-color: #C8A751;
}
.BgClassName
{
background-color: #C8A751;
}
</style>
border-color css
<style>
span { border-color: #C8A751; }
span { border-color: rgb(200,167,81); }
td.TdClassName
{
border-color: #C8A751;
}
.TagClassName
{
border-color: #C8A751;
}
</style>