Shades of Sundance #C3A740
Tints of Sundance #C3A740
RGB
CMYK
RGB Variations
Color information
#C3A740 (or 0xC3A740) is known color: Sundance. HEX triplet: C3, A7 and 40. RGB value is (195,167,64). Sum of RGB (Red+Green+Blue) = 195+167+64=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 167 (65.62% from 255 or 39.20% from 426); Blue value is 64 (25.39% from 255 or 15.02% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A740 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A740 is #3C58BF. Grayscale: #A4A4A4. Windows color (decimal): -3954880 or 4237251. OLE color: 4237251.
HSL color Cylindrical-coordinate representation of color #C3A740: hue angle of 47.18º 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 #C3A740 is Cyan = 0, Magento = 0.14, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 167 | 64 | - |
| CMYK | 0 | 0.14 | 0.67 | 0.24 |
| HSL | 47.18º | 0.52% | 0.51% | - |
| HSV(B) | 47.18º | 0.67% | 0.76% | - |
| XYZ | 37.25 | 39.61 | 10.53 | - |
| YUV | 163.63 | 71.78 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 167 | 64 | 0 | 0.14 | 0.67 | 0.24 | 47.18 | 0.52 | 0.51 |
| Hex | C3 | A7 | 40 | 0 | E | 43 | 18 | 2F | 34 | 33 |
| Octal | 303 | 247 | 100 | 0 | 16 | 103 | 30 | 57 | 64 | 63 |
| Binary | 11000011 | 10100111 | 1000000 | 0 | 1110 | 1000011 | 11000 | 101111 | 110100 | 110011 |
Color Harmonies of #C3A740
Complementary color
Monochromatic Colors of #C3A740
Black with #C3A740
Text Example
Text Example
White with #C3A740
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A740; }
p { color: rgb(195,167,64); }
H1.HeaderClassName
{
color: #C3A740;
}
.AnyTagClassName
{
color: #C3A740;
}
</style>
background-color css
<style>
a { background-color: #C3A740; }
a { background-color: rgb(195,167,64); }
div.DivClassName
{
background-color: #C3A740;
}
.BgClassName
{
background-color: #C3A740;
}
</style>
border-color css
<style>
span { border-color: #C3A740; }
span { border-color: rgb(195,167,64); }
td.TdClassName
{
border-color: #C3A740;
}
.TagClassName
{
border-color: #C3A740;
}
</style>