Shades of Sundance #C3A14C
Tints of Sundance #C3A14C
RGB
CMYK
RGB Variations
Color information
#C3A14C (or 0xC3A14C) is known color: Sundance. HEX triplet: C3, A1 and 4C. RGB value is (195,161,76). Sum of RGB (Red+Green+Blue) = 195+161+76=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 161 (63.28% from 255 or 37.27% from 432); Blue value is 76 (30.08% from 255 or 17.59% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A14C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A14C is #3C5EB3. Grayscale: #A1A1A1. Windows color (decimal): -3956404 or 5022147. OLE color: 5022147.
HSL color Cylindrical-coordinate representation of color #C3A14C: hue angle of 42.86º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C3A14C is Cyan = 0, Magento = 0.17, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 161 | 76 | - |
| CMYK | 0 | 0.17 | 0.61 | 0.24 |
| HSL | 42.86º | 0.5% | 0.53% | - |
| HSV(B) | 42.86º | 0.61% | 0.76% | - |
| XYZ | 36.56 | 37.61 | 12.17 | - |
| YUV | 161.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 161 | 76 | 0 | 0.17 | 0.61 | 0.24 | 42.86 | 0.5 | 0.53 |
| Hex | C3 | A1 | 4C | 0 | 11 | 3D | 18 | 2B | 32 | 35 |
| Octal | 303 | 241 | 114 | 0 | 21 | 75 | 30 | 53 | 62 | 65 |
| Binary | 11000011 | 10100001 | 1001100 | 0 | 10001 | 111101 | 11000 | 101011 | 110010 | 110101 |
Color Harmonies of #C3A14C
Complementary color
Monochromatic Colors of #C3A14C
Black with #C3A14C
Text Example
Text Example
White with #C3A14C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A14C; }
p { color: rgb(195,161,76); }
H1.HeaderClassName
{
color: #C3A14C;
}
.AnyTagClassName
{
color: #C3A14C;
}
</style>
background-color css
<style>
a { background-color: #C3A14C; }
a { background-color: rgb(195,161,76); }
div.DivClassName
{
background-color: #C3A14C;
}
.BgClassName
{
background-color: #C3A14C;
}
</style>
border-color css
<style>
span { border-color: #C3A14C; }
span { border-color: rgb(195,161,76); }
td.TdClassName
{
border-color: #C3A14C;
}
.TagClassName
{
border-color: #C3A14C;
}
</style>