Shades of Sundance #C2A655
Tints of Sundance #C2A655
RGB
CMYK
RGB Variations
Color information
#C2A655 (or 0xC2A655) is known color: Sundance. HEX triplet: C2, A6 and 55. RGB value is (194,166,85). Sum of RGB (Red+Green+Blue) = 194+166+85=445 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.60% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 85 (33.59% from 255 or 19.10% from 445); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A655 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A655 is #3D59AA. Grayscale: #A5A5A5. Windows color (decimal): -4020651 or 5613250. OLE color: 5613250.
HSL color Cylindrical-coordinate representation of color #C2A655: hue angle of 44.59º 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 #C2A655 is Cyan = 0, Magento = 0.14, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 166 | 85 | - |
| CMYK | 0 | 0.14 | 0.56 | 0.24 |
| HSL | 44.59º | 0.47% | 0.55% | - |
| HSV(B) | 44.59º | 0.56% | 0.76% | - |
| XYZ | 37.52 | 39.4 | 14.22 | - |
| YUV | 165.14 | 82.78 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 166 | 85 | 0 | 0.14 | 0.56 | 0.24 | 44.59 | 0.47 | 0.55 |
| Hex | C2 | A6 | 55 | 0 | E | 38 | 18 | 2D | 2F | 37 |
| Octal | 302 | 246 | 125 | 0 | 16 | 70 | 30 | 55 | 57 | 67 |
| Binary | 11000010 | 10100110 | 1010101 | 0 | 1110 | 111000 | 11000 | 101101 | 101111 | 110111 |
Color Harmonies of #C2A655
Complementary color
Monochromatic Colors of #C2A655
Black with #C2A655
Text Example
Text Example
White with #C2A655
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A655; }
p { color: rgb(194,166,85); }
H1.HeaderClassName
{
color: #C2A655;
}
.AnyTagClassName
{
color: #C2A655;
}
</style>
background-color css
<style>
a { background-color: #C2A655; }
a { background-color: rgb(194,166,85); }
div.DivClassName
{
background-color: #C2A655;
}
.BgClassName
{
background-color: #C2A655;
}
</style>
border-color css
<style>
span { border-color: #C2A655; }
span { border-color: rgb(194,166,85); }
td.TdClassName
{
border-color: #C2A655;
}
.TagClassName
{
border-color: #C2A655;
}
</style>