Shades of Sundance #C3AA4A
Tints of Sundance #C3AA4A
RGB
CMYK
RGB Variations
Color information
#C3AA4A (or 0xC3AA4A) is known color: Sundance. HEX triplet: C3, AA and 4A. RGB value is (195,170,74). Sum of RGB (Red+Green+Blue) = 195+170+74=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 74 (29.30% from 255 or 16.86% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AA4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AA4A is #3C55B5. Grayscale: #A6A6A6. Windows color (decimal): -3954102 or 4893379. OLE color: 4893379.
HSL color Cylindrical-coordinate representation of color #C3AA4A: hue angle of 47.6º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C3AA4A is Cyan = 0, Magento = 0.13, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 170 | 74 | - |
| CMYK | 0 | 0.13 | 0.62 | 0.24 |
| HSL | 47.6º | 0.5% | 0.53% | - |
| HSV(B) | 47.6º | 0.62% | 0.76% | - |
| XYZ | 38.12 | 40.85 | 12.35 | - |
| YUV | 166.53 | 75.78 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 170 | 74 | 0 | 0.13 | 0.62 | 0.24 | 47.6 | 0.5 | 0.53 |
| Hex | C3 | AA | 4A | 0 | D | 3E | 18 | 30 | 32 | 35 |
| Octal | 303 | 252 | 112 | 0 | 15 | 76 | 30 | 60 | 62 | 65 |
| Binary | 11000011 | 10101010 | 1001010 | 0 | 1101 | 111110 | 11000 | 110000 | 110010 | 110101 |
Color Harmonies of #C3AA4A
Complementary color
Monochromatic Colors of #C3AA4A
Black with #C3AA4A
Text Example
Text Example
White with #C3AA4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AA4A; }
p { color: rgb(195,170,74); }
H1.HeaderClassName
{
color: #C3AA4A;
}
.AnyTagClassName
{
color: #C3AA4A;
}
</style>
background-color css
<style>
a { background-color: #C3AA4A; }
a { background-color: rgb(195,170,74); }
div.DivClassName
{
background-color: #C3AA4A;
}
.BgClassName
{
background-color: #C3AA4A;
}
</style>
border-color css
<style>
span { border-color: #C3AA4A; }
span { border-color: rgb(195,170,74); }
td.TdClassName
{
border-color: #C3AA4A;
}
.TagClassName
{
border-color: #C3AA4A;
}
</style>