Shades of Sundance #C3A341
Tints of Sundance #C3A341
RGB
CMYK
RGB Variations
Color information
#C3A341 (or 0xC3A341) is known color: Sundance. HEX triplet: C3, A3 and 41. RGB value is (195,163,65). Sum of RGB (Red+Green+Blue) = 195+163+65=423 (56% of max value = 765). Red value is 195 (76.56% from 255 or 46.10% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 65 (25.78% from 255 or 15.37% from 423); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A341 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A341 is #3C5CBE. Grayscale: #A1A1A1. Windows color (decimal): -3955903 or 4301763. OLE color: 4301763.
HSL color Cylindrical-coordinate representation of color #C3A341: hue angle of 45.23º 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 #C3A341 is Cyan = 0, Magento = 0.16, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 65 | - |
| CMYK | 0 | 0.16 | 0.67 | 0.24 |
| HSL | 45.23º | 0.52% | 0.51% | - |
| HSV(B) | 45.23º | 0.67% | 0.76% | - |
| XYZ | 36.56 | 38.18 | 10.44 | - |
| YUV | 161.4 | 73.6 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 65 | 0 | 0.16 | 0.67 | 0.24 | 45.23 | 0.52 | 0.51 |
| Hex | C3 | A3 | 41 | 0 | 10 | 43 | 18 | 2D | 34 | 33 |
| Octal | 303 | 243 | 101 | 0 | 20 | 103 | 30 | 55 | 64 | 63 |
| Binary | 11000011 | 10100011 | 1000001 | 0 | 10000 | 1000011 | 11000 | 101101 | 110100 | 110011 |
Color Harmonies of #C3A341
Complementary color
Monochromatic Colors of #C3A341
Black with #C3A341
Text Example
Text Example
White with #C3A341
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A341; }
p { color: rgb(195,163,65); }
H1.HeaderClassName
{
color: #C3A341;
}
.AnyTagClassName
{
color: #C3A341;
}
</style>
background-color css
<style>
a { background-color: #C3A341; }
a { background-color: rgb(195,163,65); }
div.DivClassName
{
background-color: #C3A341;
}
.BgClassName
{
background-color: #C3A341;
}
</style>
border-color css
<style>
span { border-color: #C3A341; }
span { border-color: rgb(195,163,65); }
td.TdClassName
{
border-color: #C3A341;
}
.TagClassName
{
border-color: #C3A341;
}
</style>