Shades of Sundance #C3A854
Tints of Sundance #C3A854
RGB
CMYK
RGB Variations
Color information
#C3A854 (or 0xC3A854) is known color: Sundance. HEX triplet: C3, A8 and 54. RGB value is (195,168,84). Sum of RGB (Red+Green+Blue) = 195+168+84=447 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.62% from 447); Green value is 168 (66.02% from 255 or 37.58% from 447); Blue value is 84 (33.20% from 255 or 18.79% from 447); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A854 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A854 is #3C57AB. Grayscale: #A6A6A6. Windows color (decimal): -3954604 or 5548227. OLE color: 5548227.
HSL color Cylindrical-coordinate representation of color #C3A854: hue angle of 45.41º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3A854 is Cyan = 0, Magento = 0.14, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 84 | - |
| CMYK | 0 | 0.14 | 0.57 | 0.24 |
| HSL | 45.41º | 0.48% | 0.55% | - |
| HSV(B) | 45.41º | 0.57% | 0.76% | - |
| XYZ | 38.11 | 40.25 | 14.15 | - |
| YUV | 166.5 | 81.45 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 84 | 0 | 0.14 | 0.57 | 0.24 | 45.41 | 0.48 | 0.55 |
| Hex | C3 | A8 | 54 | 0 | E | 39 | 18 | 2D | 30 | 37 |
| Octal | 303 | 250 | 124 | 0 | 16 | 71 | 30 | 55 | 60 | 67 |
| Binary | 11000011 | 10101000 | 1010100 | 0 | 1110 | 111001 | 11000 | 101101 | 110000 | 110111 |
Color Harmonies of #C3A854
Complementary color
Monochromatic Colors of #C3A854
Black with #C3A854
Text Example
Text Example
White with #C3A854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A854; }
p { color: rgb(195,168,84); }
H1.HeaderClassName
{
color: #C3A854;
}
.AnyTagClassName
{
color: #C3A854;
}
</style>
background-color css
<style>
a { background-color: #C3A854; }
a { background-color: rgb(195,168,84); }
div.DivClassName
{
background-color: #C3A854;
}
.BgClassName
{
background-color: #C3A854;
}
</style>
border-color css
<style>
span { border-color: #C3A854; }
span { border-color: rgb(195,168,84); }
td.TdClassName
{
border-color: #C3A854;
}
.TagClassName
{
border-color: #C3A854;
}
</style>