Shades of Sundance #C3A444
Tints of Sundance #C3A444
RGB
CMYK
RGB Variations
Color information
#C3A444 (or 0xC3A444) is known color: Sundance. HEX triplet: C3, A4 and 44. RGB value is (195,164,68). Sum of RGB (Red+Green+Blue) = 195+164+68=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 68 (26.95% from 255 or 15.93% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A444 is #3C5BBB. Grayscale: #A2A2A2. Windows color (decimal): -3955644 or 4498627. OLE color: 4498627.
HSL color Cylindrical-coordinate representation of color #C3A444: hue angle of 45.35º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3A444 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 164 | 68 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.24 |
| HSL | 45.35º | 0.51% | 0.52% | - |
| HSV(B) | 45.35º | 0.65% | 0.76% | - |
| XYZ | 36.82 | 38.57 | 10.97 | - |
| YUV | 162.33 | 74.77 | 151.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 164 | 68 | 0 | 0.16 | 0.65 | 0.24 | 45.35 | 0.51 | 0.52 |
| Hex | C3 | A4 | 44 | 0 | 10 | 41 | 18 | 2D | 33 | 34 |
| Octal | 303 | 244 | 104 | 0 | 20 | 101 | 30 | 55 | 63 | 64 |
| Binary | 11000011 | 10100100 | 1000100 | 0 | 10000 | 1000001 | 11000 | 101101 | 110011 | 110100 |
Color Harmonies of #C3A444
Complementary color
Monochromatic Colors of #C3A444
Black with #C3A444
Text Example
Text Example
White with #C3A444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A444; }
p { color: rgb(195,164,68); }
H1.HeaderClassName
{
color: #C3A444;
}
.AnyTagClassName
{
color: #C3A444;
}
</style>
background-color css
<style>
a { background-color: #C3A444; }
a { background-color: rgb(195,164,68); }
div.DivClassName
{
background-color: #C3A444;
}
.BgClassName
{
background-color: #C3A444;
}
</style>
border-color css
<style>
span { border-color: #C3A444; }
span { border-color: rgb(195,164,68); }
td.TdClassName
{
border-color: #C3A444;
}
.TagClassName
{
border-color: #C3A444;
}
</style>