Shades of Sundance #C3A241
Tints of Sundance #C3A241
RGB
CMYK
RGB Variations
Color information
#C3A241 (or 0xC3A241) is known color: Sundance. HEX triplet: C3, A2 and 41. RGB value is (195,162,65). Sum of RGB (Red+Green+Blue) = 195+162+65=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 162 (63.67% from 255 or 38.39% from 422); Blue value is 65 (25.78% from 255 or 15.40% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A241 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A241 is #3C5DBE. Grayscale: #A1A1A1. Windows color (decimal): -3956159 or 4301507. OLE color: 4301507.
HSL color Cylindrical-coordinate representation of color #C3A241: hue angle of 44.77º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3A241 is Cyan = 0, Magento = 0.17, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 65 | - |
| CMYK | 0 | 0.17 | 0.67 | 0.24 |
| HSL | 44.77º | 0.52% | 0.51% | - |
| HSV(B) | 44.77º | 0.67% | 0.76% | - |
| XYZ | 36.38 | 37.82 | 10.38 | - |
| YUV | 160.81 | 73.93 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 65 | 0 | 0.17 | 0.67 | 0.24 | 44.77 | 0.52 | 0.51 |
| Hex | C3 | A2 | 41 | 0 | 11 | 43 | 18 | 2D | 34 | 33 |
| Octal | 303 | 242 | 101 | 0 | 21 | 103 | 30 | 55 | 64 | 63 |
| Binary | 11000011 | 10100010 | 1000001 | 0 | 10001 | 1000011 | 11000 | 101101 | 110100 | 110011 |
Color Harmonies of #C3A241
Complementary color
Monochromatic Colors of #C3A241
Black with #C3A241
Text Example
Text Example
White with #C3A241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A241; }
p { color: rgb(195,162,65); }
H1.HeaderClassName
{
color: #C3A241;
}
.AnyTagClassName
{
color: #C3A241;
}
</style>
background-color css
<style>
a { background-color: #C3A241; }
a { background-color: rgb(195,162,65); }
div.DivClassName
{
background-color: #C3A241;
}
.BgClassName
{
background-color: #C3A241;
}
</style>
border-color css
<style>
span { border-color: #C3A241; }
span { border-color: rgb(195,162,65); }
td.TdClassName
{
border-color: #C3A241;
}
.TagClassName
{
border-color: #C3A241;
}
</style>