Shades of Sundance #C2A955
Tints of Sundance #C2A955
RGB
CMYK
RGB Variations
Color information
#C2A955 (or 0xC2A955) is known color: Sundance. HEX triplet: C2, A9 and 55. RGB value is (194,169,85). Sum of RGB (Red+Green+Blue) = 194+169+85=448 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.30% from 448); Green value is 169 (66.41% from 255 or 37.72% from 448); Blue value is 85 (33.59% from 255 or 18.97% from 448); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A955 is #3D56AA. Grayscale: #A7A7A7. Windows color (decimal): -4019883 or 5614018. OLE color: 5614018.
HSL color Cylindrical-coordinate representation of color #C2A955: hue angle of 46.24º degrees, saturation: 0.47, 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 #C2A955 is Cyan = 0, Magento = 0.13, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 169 | 85 | - |
| CMYK | 0 | 0.13 | 0.56 | 0.24 |
| HSL | 46.24º | 0.47% | 0.55% | - |
| HSV(B) | 46.24º | 0.56% | 0.76% | - |
| XYZ | 38.08 | 40.5 | 14.41 | - |
| YUV | 166.9 | 81.78 | 147.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 169 | 85 | 0 | 0.13 | 0.56 | 0.24 | 46.24 | 0.47 | 0.55 |
| Hex | C2 | A9 | 55 | 0 | D | 38 | 18 | 2E | 2F | 37 |
| Octal | 302 | 251 | 125 | 0 | 15 | 70 | 30 | 56 | 57 | 67 |
| Binary | 11000010 | 10101001 | 1010101 | 0 | 1101 | 111000 | 11000 | 101110 | 101111 | 110111 |
Color Harmonies of #C2A955
Complementary color
Monochromatic Colors of #C2A955
Black with #C2A955
Text Example
Text Example
White with #C2A955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A955; }
p { color: rgb(194,169,85); }
H1.HeaderClassName
{
color: #C2A955;
}
.AnyTagClassName
{
color: #C2A955;
}
</style>
background-color css
<style>
a { background-color: #C2A955; }
a { background-color: rgb(194,169,85); }
div.DivClassName
{
background-color: #C2A955;
}
.BgClassName
{
background-color: #C2A955;
}
</style>
border-color css
<style>
span { border-color: #C2A955; }
span { border-color: rgb(194,169,85); }
td.TdClassName
{
border-color: #C2A955;
}
.TagClassName
{
border-color: #C2A955;
}
</style>