Shades of Sundance #C3A24E
Tints of Sundance #C3A24E
RGB
CMYK
RGB Variations
Color information
#C3A24E (or 0xC3A24E) is known color: Sundance. HEX triplet: C3, A2 and 4E. RGB value is (195,162,78). Sum of RGB (Red+Green+Blue) = 195+162+78=435 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.83% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 78 (30.86% from 255 or 17.93% from 435); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A24E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A24E is #3C5DB1. Grayscale: #A2A2A2. Windows color (decimal): -3956146 or 5153475. OLE color: 5153475.
HSL color Cylindrical-coordinate representation of color #C3A24E: hue angle of 43.08º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C3A24E is Cyan = 0, Magento = 0.17, Yellow = 0.6 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 78 | - |
| CMYK | 0 | 0.17 | 0.6 | 0.24 |
| HSL | 43.08º | 0.49% | 0.54% | - |
| HSV(B) | 43.08º | 0.6% | 0.76% | - |
| XYZ | 36.8 | 37.99 | 12.6 | - |
| YUV | 162.29 | 80.43 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 78 | 0 | 0.17 | 0.6 | 0.24 | 43.08 | 0.49 | 0.54 |
| Hex | C3 | A2 | 4E | 0 | 11 | 3C | 18 | 2B | 31 | 36 |
| Octal | 303 | 242 | 116 | 0 | 21 | 74 | 30 | 53 | 61 | 66 |
| Binary | 11000011 | 10100010 | 1001110 | 0 | 10001 | 111100 | 11000 | 101011 | 110001 | 110110 |
Color Harmonies of #C3A24E
Complementary color
Monochromatic Colors of #C3A24E
Black with #C3A24E
Text Example
Text Example
White with #C3A24E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A24E; }
p { color: rgb(195,162,78); }
H1.HeaderClassName
{
color: #C3A24E;
}
.AnyTagClassName
{
color: #C3A24E;
}
</style>
background-color css
<style>
a { background-color: #C3A24E; }
a { background-color: rgb(195,162,78); }
div.DivClassName
{
background-color: #C3A24E;
}
.BgClassName
{
background-color: #C3A24E;
}
</style>
border-color css
<style>
span { border-color: #C3A24E; }
span { border-color: rgb(195,162,78); }
td.TdClassName
{
border-color: #C3A24E;
}
.TagClassName
{
border-color: #C3A24E;
}
</style>