Shades of Sundance #C2A852
Tints of Sundance #C2A852
RGB
CMYK
RGB Variations
Color information
#C2A852 (or 0xC2A852) is known color: Sundance. HEX triplet: C2, A8 and 52. RGB value is (194,168,82). Sum of RGB (Red+Green+Blue) = 194+168+82=444 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.69% from 444); Green value is 168 (66.02% from 255 or 37.84% from 444); Blue value is 82 (32.42% from 255 or 18.47% from 444); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A852 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A852 is #3D57AD. Grayscale: #A6A6A6. Windows color (decimal): -4020142 or 5417154. OLE color: 5417154.
HSL color Cylindrical-coordinate representation of color #C2A852: hue angle of 46.07º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C2A852 is Cyan = 0, Magento = 0.13, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 168 | 82 | - |
| CMYK | 0 | 0.13 | 0.58 | 0.24 |
| HSL | 46.07º | 0.48% | 0.54% | - |
| HSV(B) | 46.07º | 0.58% | 0.76% | - |
| XYZ | 37.77 | 40.08 | 13.73 | - |
| YUV | 165.97 | 80.61 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 168 | 82 | 0 | 0.13 | 0.58 | 0.24 | 46.07 | 0.48 | 0.54 |
| Hex | C2 | A8 | 52 | 0 | D | 3A | 18 | 2E | 30 | 36 |
| Octal | 302 | 250 | 122 | 0 | 15 | 72 | 30 | 56 | 60 | 66 |
| Binary | 11000010 | 10101000 | 1010010 | 0 | 1101 | 111010 | 11000 | 101110 | 110000 | 110110 |
Color Harmonies of #C2A852
Complementary color
Monochromatic Colors of #C2A852
Black with #C2A852
Text Example
Text Example
White with #C2A852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A852; }
p { color: rgb(194,168,82); }
H1.HeaderClassName
{
color: #C2A852;
}
.AnyTagClassName
{
color: #C2A852;
}
</style>
background-color css
<style>
a { background-color: #C2A852; }
a { background-color: rgb(194,168,82); }
div.DivClassName
{
background-color: #C2A852;
}
.BgClassName
{
background-color: #C2A852;
}
</style>
border-color css
<style>
span { border-color: #C2A852; }
span { border-color: rgb(194,168,82); }
td.TdClassName
{
border-color: #C2A852;
}
.TagClassName
{
border-color: #C2A852;
}
</style>