Shades of Sundance #C3A955
Tints of Sundance #C3A955
RGB
CMYK
RGB Variations
Color information
#C3A955 (or 0xC3A955) is known color: Sundance. HEX triplet: C3, A9 and 55. RGB value is (195,169,85). Sum of RGB (Red+Green+Blue) = 195+169+85=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 169 (66.41% from 255 or 37.64% from 449); Blue value is 85 (33.59% from 255 or 18.93% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A955 is #3C56AA. Grayscale: #A7A7A7. Windows color (decimal): -3954347 or 5614019. OLE color: 5614019.
HSL color Cylindrical-coordinate representation of color #C3A955: hue angle of 45.82º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C3A955 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 169 | 85 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.24 |
| HSL | 45.82º | 0.48% | 0.55% | - |
| HSV(B) | 45.82º | 0.56% | 0.76% | - |
| XYZ | 38.33 | 40.63 | 14.42 | - |
| YUV | 167.2 | 81.61 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 169 | 85 | 0 | 0.13 | 0.56 | 0.24 | 45.82 | 0.48 | 0.55 |
| Hex | C3 | A9 | 55 | 0 | D | 38 | 18 | 2E | 30 | 37 |
| Octal | 303 | 251 | 125 | 0 | 15 | 70 | 30 | 56 | 60 | 67 |
| Binary | 11000011 | 10101001 | 1010101 | 0 | 1101 | 111000 | 11000 | 101110 | 110000 | 110111 |
Color Harmonies of #C3A955
Complementary color
Monochromatic Colors of #C3A955
Black with #C3A955
Text Example
Text Example
White with #C3A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A955; }
p { color: rgb(195,169,85); }
H1.HeaderClassName
{
color: #C3A955;
}
.AnyTagClassName
{
color: #C3A955;
}
</style>
background-color css
<style>
a { background-color: #C3A955; }
a { background-color: rgb(195,169,85); }
div.DivClassName
{
background-color: #C3A955;
}
.BgClassName
{
background-color: #C3A955;
}
</style>
border-color css
<style>
span { border-color: #C3A955; }
span { border-color: rgb(195,169,85); }
td.TdClassName
{
border-color: #C3A955;
}
.TagClassName
{
border-color: #C3A955;
}
</style>