Shades of Sundance #C8A151
Tints of Sundance #C8A151
RGB
CMYK
RGB Variations
Color information
#C8A151 (or 0xC8A151) is known color: Sundance. HEX triplet: C8, A1 and 51. RGB value is (200,161,81). Sum of RGB (Red+Green+Blue) = 200+161+81=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 161 (63.28% from 255 or 36.43% from 442); Blue value is 81 (32.03% from 255 or 18.33% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8A151 is #375EAE. Grayscale: #A3A3A3. Windows color (decimal): -3628719 or 5349832. OLE color: 5349832.
HSL color Cylindrical-coordinate representation of color #C8A151: hue angle of 40.34º 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 #C8A151 is Cyan = 0, Magento = 0.19, Yellow = 0.59 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 161 | 81 | - |
| CMYK | 0 | 0.19 | 0.59 | 0.22 |
| HSL | 40.34º | 0.52% | 0.55% | - |
| HSV(B) | 40.34º | 0.6% | 0.78% | - |
| XYZ | 38.05 | 38.36 | 13.18 | - |
| YUV | 163.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 81 | 0 | 0.19 | 0.59 | 0.22 | 40.34 | 0.52 | 0.55 |
| Hex | C8 | A1 | 51 | 0 | 13 | 3B | 16 | 28 | 34 | 37 |
| Octal | 310 | 241 | 121 | 0 | 23 | 73 | 26 | 50 | 64 | 67 |
| Binary | 11001000 | 10100001 | 1010001 | 0 | 10011 | 111011 | 10110 | 101000 | 110100 | 110111 |
Color Harmonies of #C8A151
Complementary color
Monochromatic Colors of #C8A151
Black with #C8A151
Text Example
Text Example
White with #C8A151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A151; }
p { color: rgb(200,161,81); }
H1.HeaderClassName
{
color: #C8A151;
}
.AnyTagClassName
{
color: #C8A151;
}
</style>
background-color css
<style>
a { background-color: #C8A151; }
a { background-color: rgb(200,161,81); }
div.DivClassName
{
background-color: #C8A151;
}
.BgClassName
{
background-color: #C8A151;
}
</style>
border-color css
<style>
span { border-color: #C8A151; }
span { border-color: rgb(200,161,81); }
td.TdClassName
{
border-color: #C8A151;
}
.TagClassName
{
border-color: #C8A151;
}
</style>