Shades of Sundance #C3A845
Tints of Sundance #C3A845
RGB
CMYK
RGB Variations
Color information
#C3A845 (or 0xC3A845) is known color: Sundance. HEX triplet: C3, A8 and 45. RGB value is (195,168,69). Sum of RGB (Red+Green+Blue) = 195+168+69=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 69 (27.34% from 255 or 15.97% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A845 is #3C57BA. Grayscale: #A5A5A5. Windows color (decimal): -3954619 or 4565187. OLE color: 4565187.
HSL color Cylindrical-coordinate representation of color #C3A845: hue angle of 47.14º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3A845 is Cyan = 0, Magento = 0.14, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 69 | - |
| CMYK | 0 | 0.14 | 0.65 | 0.24 |
| HSL | 47.14º | 0.51% | 0.52% | - |
| HSV(B) | 47.14º | 0.65% | 0.76% | - |
| XYZ | 37.58 | 40.04 | 11.38 | - |
| YUV | 164.79 | 73.95 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 69 | 0 | 0.14 | 0.65 | 0.24 | 47.14 | 0.51 | 0.52 |
| Hex | C3 | A8 | 45 | 0 | E | 41 | 18 | 2F | 33 | 34 |
| Octal | 303 | 250 | 105 | 0 | 16 | 101 | 30 | 57 | 63 | 64 |
| Binary | 11000011 | 10101000 | 1000101 | 0 | 1110 | 1000001 | 11000 | 101111 | 110011 | 110100 |
Color Harmonies of #C3A845
Complementary color
Monochromatic Colors of #C3A845
Black with #C3A845
Text Example
Text Example
White with #C3A845
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A845; }
p { color: rgb(195,168,69); }
H1.HeaderClassName
{
color: #C3A845;
}
.AnyTagClassName
{
color: #C3A845;
}
</style>
background-color css
<style>
a { background-color: #C3A845; }
a { background-color: rgb(195,168,69); }
div.DivClassName
{
background-color: #C3A845;
}
.BgClassName
{
background-color: #C3A845;
}
</style>
border-color css
<style>
span { border-color: #C3A845; }
span { border-color: rgb(195,168,69); }
td.TdClassName
{
border-color: #C3A845;
}
.TagClassName
{
border-color: #C3A845;
}
</style>