Shades of Sundance #C3A052
Tints of Sundance #C3A052
RGB
CMYK
RGB Variations
Color information
#C3A052 (or 0xC3A052) is known color: Sundance. HEX triplet: C3, A0 and 52. RGB value is (195,160,82). Sum of RGB (Red+Green+Blue) = 195+160+82=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 160 (62.89% from 255 or 36.61% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A052 is #3C5FAD. Grayscale: #A1A1A1. Windows color (decimal): -3956654 or 5415107. OLE color: 5415107.
HSL color Cylindrical-coordinate representation of color #C3A052: hue angle of 41.42º 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 #C3A052 is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 160 | 82 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.24 |
| HSL | 41.42º | 0.48% | 0.54% | - |
| HSV(B) | 41.42º | 0.58% | 0.76% | - |
| XYZ | 36.6 | 37.35 | 13.26 | - |
| YUV | 161.57 | 83.1 | 151.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 160 | 82 | 0 | 0.18 | 0.58 | 0.24 | 41.42 | 0.48 | 0.54 |
| Hex | C3 | A0 | 52 | 0 | 12 | 3A | 18 | 29 | 30 | 36 |
| Octal | 303 | 240 | 122 | 0 | 22 | 72 | 30 | 51 | 60 | 66 |
| Binary | 11000011 | 10100000 | 1010010 | 0 | 10010 | 111010 | 11000 | 101001 | 110000 | 110110 |
Color Harmonies of #C3A052
Complementary color
Monochromatic Colors of #C3A052
Black with #C3A052
Text Example
Text Example
White with #C3A052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A052; }
p { color: rgb(195,160,82); }
H1.HeaderClassName
{
color: #C3A052;
}
.AnyTagClassName
{
color: #C3A052;
}
</style>
background-color css
<style>
a { background-color: #C3A052; }
a { background-color: rgb(195,160,82); }
div.DivClassName
{
background-color: #C3A052;
}
.BgClassName
{
background-color: #C3A052;
}
</style>
border-color css
<style>
span { border-color: #C3A052; }
span { border-color: rgb(195,160,82); }
td.TdClassName
{
border-color: #C3A052;
}
.TagClassName
{
border-color: #C3A052;
}
</style>