Shades of Sundance #C3A652
Tints of Sundance #C3A652
RGB
CMYK
RGB Variations
Color information
#C3A652 (or 0xC3A652) is known color: Sundance. HEX triplet: C3, A6 and 52. RGB value is (195,166,82). Sum of RGB (Red+Green+Blue) = 195+166+82=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 166 (65.23% from 255 or 37.47% from 443); Blue value is 82 (32.42% from 255 or 18.51% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A652 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A652 is #3C59AD. Grayscale: #A5A5A5. Windows color (decimal): -3955118 or 5416643. OLE color: 5416643.
HSL color Cylindrical-coordinate representation of color #C3A652: hue angle of 44.6º 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 #C3A652 is Cyan = 0, Magento = 0.15, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 82 | - |
| CMYK | 0 | 0.15 | 0.58 | 0.24 |
| HSL | 44.6º | 0.48% | 0.54% | - |
| HSV(B) | 44.6º | 0.58% | 0.76% | - |
| XYZ | 37.66 | 39.48 | 13.62 | - |
| YUV | 165.1 | 81.11 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 82 | 0 | 0.15 | 0.58 | 0.24 | 44.6 | 0.48 | 0.54 |
| Hex | C3 | A6 | 52 | 0 | F | 3A | 18 | 2D | 30 | 36 |
| Octal | 303 | 246 | 122 | 0 | 17 | 72 | 30 | 55 | 60 | 66 |
| Binary | 11000011 | 10100110 | 1010010 | 0 | 1111 | 111010 | 11000 | 101101 | 110000 | 110110 |
Color Harmonies of #C3A652
Complementary color
Monochromatic Colors of #C3A652
Black with #C3A652
Text Example
Text Example
White with #C3A652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A652; }
p { color: rgb(195,166,82); }
H1.HeaderClassName
{
color: #C3A652;
}
.AnyTagClassName
{
color: #C3A652;
}
</style>
background-color css
<style>
a { background-color: #C3A652; }
a { background-color: rgb(195,166,82); }
div.DivClassName
{
background-color: #C3A652;
}
.BgClassName
{
background-color: #C3A652;
}
</style>
border-color css
<style>
span { border-color: #C3A652; }
span { border-color: rgb(195,166,82); }
td.TdClassName
{
border-color: #C3A652;
}
.TagClassName
{
border-color: #C3A652;
}
</style>