Shades of Sundance #C3A849
Tints of Sundance #C3A849
RGB
CMYK
RGB Variations
Color information
#C3A849 (or 0xC3A849) is known color: Sundance. HEX triplet: C3, A8 and 49. RGB value is (195,168,73). Sum of RGB (Red+Green+Blue) = 195+168+73=436 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.72% from 436); Green value is 168 (66.02% from 255 or 38.53% from 436); Blue value is 73 (28.91% from 255 or 16.74% from 436); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A849 is #3C57B6. Grayscale: #A5A5A5. Windows color (decimal): -3954615 or 4827331. OLE color: 4827331.
HSL color Cylindrical-coordinate representation of color #C3A849: hue angle of 46.72º 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 #C3A849 is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 168 | 73 | - |
| CMYK | 0 | 0.14 | 0.63 | 0.24 |
| HSL | 46.72º | 0.5% | 0.53% | - |
| HSV(B) | 46.72º | 0.63% | 0.76% | - |
| XYZ | 37.71 | 40.09 | 12.05 | - |
| YUV | 165.24 | 75.95 | 149.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 168 | 73 | 0 | 0.14 | 0.63 | 0.24 | 46.72 | 0.5 | 0.53 |
| Hex | C3 | A8 | 49 | 0 | E | 3F | 18 | 2F | 32 | 35 |
| Octal | 303 | 250 | 111 | 0 | 16 | 77 | 30 | 57 | 62 | 65 |
| Binary | 11000011 | 10101000 | 1001001 | 0 | 1110 | 111111 | 11000 | 101111 | 110010 | 110101 |
Color Harmonies of #C3A849
Complementary color
Monochromatic Colors of #C3A849
Black with #C3A849
Text Example
Text Example
White with #C3A849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A849; }
p { color: rgb(195,168,73); }
H1.HeaderClassName
{
color: #C3A849;
}
.AnyTagClassName
{
color: #C3A849;
}
</style>
background-color css
<style>
a { background-color: #C3A849; }
a { background-color: rgb(195,168,73); }
div.DivClassName
{
background-color: #C3A849;
}
.BgClassName
{
background-color: #C3A849;
}
</style>
border-color css
<style>
span { border-color: #C3A849; }
span { border-color: rgb(195,168,73); }
td.TdClassName
{
border-color: #C3A849;
}
.TagClassName
{
border-color: #C3A849;
}
</style>