Shades of Sundance #C3A24A
Tints of Sundance #C3A24A
RGB
CMYK
RGB Variations
Color information
#C3A24A (or 0xC3A24A) is known color: Sundance. HEX triplet: C3, A2 and 4A. RGB value is (195,162,74). Sum of RGB (Red+Green+Blue) = 195+162+74=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A24A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A24A is #3C5DB5. Grayscale: #A2A2A2. Windows color (decimal): -3956150 or 4891331. OLE color: 4891331.
HSL color Cylindrical-coordinate representation of color #C3A24A: hue angle of 43.64º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3A24A is Cyan = 0, Magento = 0.17, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 74 | - |
| CMYK | 0 | 0.17 | 0.62 | 0.24 |
| HSL | 43.64º | 0.5% | 0.53% | - |
| HSV(B) | 43.64º | 0.62% | 0.76% | - |
| XYZ | 36.66 | 37.94 | 11.87 | - |
| YUV | 161.84 | 78.43 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 74 | 0 | 0.17 | 0.62 | 0.24 | 43.64 | 0.5 | 0.53 |
| Hex | C3 | A2 | 4A | 0 | 11 | 3E | 18 | 2C | 32 | 35 |
| Octal | 303 | 242 | 112 | 0 | 21 | 76 | 30 | 54 | 62 | 65 |
| Binary | 11000011 | 10100010 | 1001010 | 0 | 10001 | 111110 | 11000 | 101100 | 110010 | 110101 |
Color Harmonies of #C3A24A
Complementary color
Monochromatic Colors of #C3A24A
Black with #C3A24A
Text Example
Text Example
White with #C3A24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A24A; }
p { color: rgb(195,162,74); }
H1.HeaderClassName
{
color: #C3A24A;
}
.AnyTagClassName
{
color: #C3A24A;
}
</style>
background-color css
<style>
a { background-color: #C3A24A; }
a { background-color: rgb(195,162,74); }
div.DivClassName
{
background-color: #C3A24A;
}
.BgClassName
{
background-color: #C3A24A;
}
</style>
border-color css
<style>
span { border-color: #C3A24A; }
span { border-color: rgb(195,162,74); }
td.TdClassName
{
border-color: #C3A24A;
}
.TagClassName
{
border-color: #C3A24A;
}
</style>