Shades of Sundance #C3A649
Tints of Sundance #C3A649
RGB
CMYK
RGB Variations
Color information
#C3A649 (or 0xC3A649) is known color: Sundance. HEX triplet: C3, A6 and 49. RGB value is (195,166,73). Sum of RGB (Red+Green+Blue) = 195+166+73=434 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.93% from 434); Green value is 166 (65.23% from 255 or 38.25% from 434); Blue value is 73 (28.91% from 255 or 16.82% from 434); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A649 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A649 is #3C59B6. Grayscale: #A4A4A4. Windows color (decimal): -3955127 or 4826819. OLE color: 4826819.
HSL color Cylindrical-coordinate representation of color #C3A649: hue angle of 45.74º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3A649 is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 166 | 73 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.24 |
| HSL | 45.74º | 0.5% | 0.53% | - |
| HSV(B) | 45.74º | 0.63% | 0.76% | - |
| XYZ | 37.34 | 39.36 | 11.93 | - |
| YUV | 164.07 | 76.61 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 166 | 73 | 0 | 0.15 | 0.63 | 0.24 | 45.74 | 0.5 | 0.53 |
| Hex | C3 | A6 | 49 | 0 | F | 3F | 18 | 2E | 32 | 35 |
| Octal | 303 | 246 | 111 | 0 | 17 | 77 | 30 | 56 | 62 | 65 |
| Binary | 11000011 | 10100110 | 1001001 | 0 | 1111 | 111111 | 11000 | 101110 | 110010 | 110101 |
Color Harmonies of #C3A649
Complementary color
Monochromatic Colors of #C3A649
Black with #C3A649
Text Example
Text Example
White with #C3A649
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A649; }
p { color: rgb(195,166,73); }
H1.HeaderClassName
{
color: #C3A649;
}
.AnyTagClassName
{
color: #C3A649;
}
</style>
background-color css
<style>
a { background-color: #C3A649; }
a { background-color: rgb(195,166,73); }
div.DivClassName
{
background-color: #C3A649;
}
.BgClassName
{
background-color: #C3A649;
}
</style>
border-color css
<style>
span { border-color: #C3A649; }
span { border-color: rgb(195,166,73); }
td.TdClassName
{
border-color: #C3A649;
}
.TagClassName
{
border-color: #C3A649;
}
</style>