Shades of Sundance #C2A152
Tints of Sundance #C2A152
RGB
CMYK
RGB Variations
Color information
#C2A152 (or 0xC2A152) is known color: Sundance. HEX triplet: C2, A1 and 52. RGB value is (194,161,82). Sum of RGB (Red+Green+Blue) = 194+161+82=437 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.39% from 437); Green value is 161 (63.28% from 255 or 36.84% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A152 is #3D5EAD. Grayscale: #A2A2A2. Windows color (decimal): -4021934 or 5415362. OLE color: 5415362.
HSL color Cylindrical-coordinate representation of color #C2A152: hue angle of 42.32º 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 #C2A152 is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 161 | 82 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.24 |
| HSL | 42.32º | 0.48% | 0.54% | - |
| HSV(B) | 42.32º | 0.58% | 0.76% | - |
| XYZ | 36.52 | 37.57 | 13.31 | - |
| YUV | 161.86 | 82.93 | 150.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 161 | 82 | 0 | 0.17 | 0.58 | 0.24 | 42.32 | 0.48 | 0.54 |
| Hex | C2 | A1 | 52 | 0 | 11 | 3A | 18 | 2A | 30 | 36 |
| Octal | 302 | 241 | 122 | 0 | 21 | 72 | 30 | 52 | 60 | 66 |
| Binary | 11000010 | 10100001 | 1010010 | 0 | 10001 | 111010 | 11000 | 101010 | 110000 | 110110 |
Color Harmonies of #C2A152
Complementary color
Monochromatic Colors of #C2A152
Black with #C2A152
Text Example
Text Example
White with #C2A152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A152; }
p { color: rgb(194,161,82); }
H1.HeaderClassName
{
color: #C2A152;
}
.AnyTagClassName
{
color: #C2A152;
}
</style>
background-color css
<style>
a { background-color: #C2A152; }
a { background-color: rgb(194,161,82); }
div.DivClassName
{
background-color: #C2A152;
}
.BgClassName
{
background-color: #C2A152;
}
</style>
border-color css
<style>
span { border-color: #C2A152; }
span { border-color: rgb(194,161,82); }
td.TdClassName
{
border-color: #C2A152;
}
.TagClassName
{
border-color: #C2A152;
}
</style>