Shades of Sundance #C3A954
Tints of Sundance #C3A954
RGB
CMYK
RGB Variations
Color information
#C3A954 (or 0xC3A954) is known color: Sundance. HEX triplet: C3, A9 and 54. RGB value is (195,169,84). Sum of RGB (Red+Green+Blue) = 195+169+84=448 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.53% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 84 (33.20% from 255 or 18.75% from 448); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A954 is #3C56AB. Grayscale: #A7A7A7. Windows color (decimal): -3954348 or 5548483. OLE color: 5548483.
HSL color Cylindrical-coordinate representation of color #C3A954: hue angle of 45.95º 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 #C3A954 is Cyan = 0, Magento = 0.13, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 84 | - |
| CMYK | 0 | 0.13 | 0.57 | 0.24 |
| HSL | 45.95º | 0.48% | 0.55% | - |
| HSV(B) | 45.95º | 0.57% | 0.76% | - |
| XYZ | 38.29 | 40.62 | 14.21 | - |
| YUV | 167.08 | 81.11 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 84 | 0 | 0.13 | 0.57 | 0.24 | 45.95 | 0.48 | 0.55 |
| Hex | C3 | A9 | 54 | 0 | D | 39 | 18 | 2E | 30 | 37 |
| Octal | 303 | 251 | 124 | 0 | 15 | 71 | 30 | 56 | 60 | 67 |
| Binary | 11000011 | 10101001 | 1010100 | 0 | 1101 | 111001 | 11000 | 101110 | 110000 | 110111 |
Color Harmonies of #C3A954
Complementary color
Monochromatic Colors of #C3A954
Black with #C3A954
Text Example
Text Example
White with #C3A954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A954; }
p { color: rgb(195,169,84); }
H1.HeaderClassName
{
color: #C3A954;
}
.AnyTagClassName
{
color: #C3A954;
}
</style>
background-color css
<style>
a { background-color: #C3A954; }
a { background-color: rgb(195,169,84); }
div.DivClassName
{
background-color: #C3A954;
}
.BgClassName
{
background-color: #C3A954;
}
</style>
border-color css
<style>
span { border-color: #C3A954; }
span { border-color: rgb(195,169,84); }
td.TdClassName
{
border-color: #C3A954;
}
.TagClassName
{
border-color: #C3A954;
}
</style>