Shades of Sundance #C3A64D
Tints of Sundance #C3A64D
RGB
CMYK
RGB Variations
Color information
#C3A64D (or 0xC3A64D) is known color: Sundance. HEX triplet: C3, A6 and 4D. RGB value is (195,166,77). Sum of RGB (Red+Green+Blue) = 195+166+77=438 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.52% from 438); Green value is 166 (65.23% from 255 or 37.90% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A64D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A64D is #3C59B2. Grayscale: #A4A4A4. Windows color (decimal): -3955123 or 5088963. OLE color: 5088963.
HSL color Cylindrical-coordinate representation of color #C3A64D: hue angle of 45.25º 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 #C3A64D is Cyan = 0, Magento = 0.15, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 77 | - |
| CMYK | 0 | 0.15 | 0.61 | 0.24 |
| HSL | 45.25º | 0.5% | 0.53% | - |
| HSV(B) | 45.25º | 0.61% | 0.76% | - |
| XYZ | 37.48 | 39.41 | 12.65 | - |
| YUV | 164.53 | 78.61 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 77 | 0 | 0.15 | 0.61 | 0.24 | 45.25 | 0.5 | 0.53 |
| Hex | C3 | A6 | 4D | 0 | F | 3D | 18 | 2D | 32 | 35 |
| Octal | 303 | 246 | 115 | 0 | 17 | 75 | 30 | 55 | 62 | 65 |
| Binary | 11000011 | 10100110 | 1001101 | 0 | 1111 | 111101 | 11000 | 101101 | 110010 | 110101 |
Color Harmonies of #C3A64D
Complementary color
Monochromatic Colors of #C3A64D
Black with #C3A64D
Text Example
Text Example
White with #C3A64D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A64D; }
p { color: rgb(195,166,77); }
H1.HeaderClassName
{
color: #C3A64D;
}
.AnyTagClassName
{
color: #C3A64D;
}
</style>
background-color css
<style>
a { background-color: #C3A64D; }
a { background-color: rgb(195,166,77); }
div.DivClassName
{
background-color: #C3A64D;
}
.BgClassName
{
background-color: #C3A64D;
}
</style>
border-color css
<style>
span { border-color: #C3A64D; }
span { border-color: rgb(195,166,77); }
td.TdClassName
{
border-color: #C3A64D;
}
.TagClassName
{
border-color: #C3A64D;
}
</style>