Shades of Sundance #C3AC4A
Tints of Sundance #C3AC4A
RGB
CMYK
RGB Variations
Color information
#C3AC4A (or 0xC3AC4A) is known color: Sundance. HEX triplet: C3, AC and 4A. RGB value is (195,172,74). Sum of RGB (Red+Green+Blue) = 195+172+74=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 74 (29.30% from 255 or 16.78% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC4A is #3C53B5. Grayscale: #A8A8A8. Windows color (decimal): -3953590 or 4893891. OLE color: 4893891.
HSL color Cylindrical-coordinate representation of color #C3AC4A: hue angle of 48.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 #C3AC4A is Cyan = 0, Magento = 0.12, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 74 | - |
| CMYK | 0 | 0.12 | 0.62 | 0.24 |
| HSL | 48.6º | 0.5% | 0.53% | - |
| HSV(B) | 48.6º | 0.62% | 0.76% | - |
| XYZ | 38.49 | 41.6 | 12.48 | - |
| YUV | 167.71 | 75.12 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 74 | 0 | 0.12 | 0.62 | 0.24 | 48.6 | 0.5 | 0.53 |
| Hex | C3 | AC | 4A | 0 | C | 3E | 18 | 31 | 32 | 35 |
| Octal | 303 | 254 | 112 | 0 | 14 | 76 | 30 | 61 | 62 | 65 |
| Binary | 11000011 | 10101100 | 1001010 | 0 | 1100 | 111110 | 11000 | 110001 | 110010 | 110101 |
Color Harmonies of #C3AC4A
Complementary color
Monochromatic Colors of #C3AC4A
Black with #C3AC4A
Text Example
Text Example
White with #C3AC4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC4A; }
p { color: rgb(195,172,74); }
H1.HeaderClassName
{
color: #C3AC4A;
}
.AnyTagClassName
{
color: #C3AC4A;
}
</style>
background-color css
<style>
a { background-color: #C3AC4A; }
a { background-color: rgb(195,172,74); }
div.DivClassName
{
background-color: #C3AC4A;
}
.BgClassName
{
background-color: #C3AC4A;
}
</style>
border-color css
<style>
span { border-color: #C3AC4A; }
span { border-color: rgb(195,172,74); }
td.TdClassName
{
border-color: #C3AC4A;
}
.TagClassName
{
border-color: #C3AC4A;
}
</style>