Shades of Sundance #C3AC41
Tints of Sundance #C3AC41
RGB
CMYK
RGB Variations
Color information
#C3AC41 (or 0xC3AC41) is known color: Sundance. HEX triplet: C3, AC and 41. RGB value is (195,172,65). Sum of RGB (Red+Green+Blue) = 195+172+65=432 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.14% from 432); Green value is 172 (67.58% from 255 or 39.81% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AC41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AC41 is #3C53BE. Grayscale: #A7A7A7. Windows color (decimal): -3953599 or 4304067. OLE color: 4304067.
HSL color Cylindrical-coordinate representation of color #C3AC41: hue angle of 49.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C3AC41 is Cyan = 0, Magento = 0.12, Yellow = 0.67 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 172 | 65 | - |
| CMYK | 0 | 0.12 | 0.67 | 0.24 |
| HSL | 49.38º | 0.52% | 0.51% | - |
| HSV(B) | 49.38º | 0.67% | 0.76% | - |
| XYZ | 38.21 | 41.49 | 11 | - |
| YUV | 166.68 | 70.62 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 172 | 65 | 0 | 0.12 | 0.67 | 0.24 | 49.38 | 0.52 | 0.51 |
| Hex | C3 | AC | 41 | 0 | C | 43 | 18 | 31 | 34 | 33 |
| Octal | 303 | 254 | 101 | 0 | 14 | 103 | 30 | 61 | 64 | 63 |
| Binary | 11000011 | 10101100 | 1000001 | 0 | 1100 | 1000011 | 11000 | 110001 | 110100 | 110011 |
Color Harmonies of #C3AC41
Complementary color
Monochromatic Colors of #C3AC41
Black with #C3AC41
Text Example
Text Example
White with #C3AC41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AC41; }
p { color: rgb(195,172,65); }
H1.HeaderClassName
{
color: #C3AC41;
}
.AnyTagClassName
{
color: #C3AC41;
}
</style>
background-color css
<style>
a { background-color: #C3AC41; }
a { background-color: rgb(195,172,65); }
div.DivClassName
{
background-color: #C3AC41;
}
.BgClassName
{
background-color: #C3AC41;
}
</style>
border-color css
<style>
span { border-color: #C3AC41; }
span { border-color: rgb(195,172,65); }
td.TdClassName
{
border-color: #C3AC41;
}
.TagClassName
{
border-color: #C3AC41;
}
</style>