Shades of Sundance #C3A344
Tints of Sundance #C3A344
RGB
CMYK
RGB Variations
Color information
#C3A344 (or 0xC3A344) is known color: Sundance. HEX triplet: C3, A3 and 44. RGB value is (195,163,68). Sum of RGB (Red+Green+Blue) = 195+163+68=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 68 (26.95% from 255 or 15.96% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A344 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A344 is #3C5CBB. Grayscale: #A2A2A2. Windows color (decimal): -3955900 or 4498371. OLE color: 4498371.
HSL color Cylindrical-coordinate representation of color #C3A344: hue angle of 44.88º 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 #C3A344 is Cyan = 0, Magento = 0.16, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 163 | 68 | - |
| CMYK | 0 | 0.16 | 0.65 | 0.24 |
| HSL | 44.88º | 0.51% | 0.52% | - |
| HSV(B) | 44.88º | 0.65% | 0.76% | - |
| XYZ | 36.65 | 38.21 | 10.91 | - |
| YUV | 161.74 | 75.1 | 151.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 163 | 68 | 0 | 0.16 | 0.65 | 0.24 | 44.88 | 0.51 | 0.52 |
| Hex | C3 | A3 | 44 | 0 | 10 | 41 | 18 | 2D | 33 | 34 |
| Octal | 303 | 243 | 104 | 0 | 20 | 101 | 30 | 55 | 63 | 64 |
| Binary | 11000011 | 10100011 | 1000100 | 0 | 10000 | 1000001 | 11000 | 101101 | 110011 | 110100 |
Color Harmonies of #C3A344
Complementary color
Monochromatic Colors of #C3A344
Black with #C3A344
Text Example
Text Example
White with #C3A344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A344; }
p { color: rgb(195,163,68); }
H1.HeaderClassName
{
color: #C3A344;
}
.AnyTagClassName
{
color: #C3A344;
}
</style>
background-color css
<style>
a { background-color: #C3A344; }
a { background-color: rgb(195,163,68); }
div.DivClassName
{
background-color: #C3A344;
}
.BgClassName
{
background-color: #C3A344;
}
</style>
border-color css
<style>
span { border-color: #C3A344; }
span { border-color: rgb(195,163,68); }
td.TdClassName
{
border-color: #C3A344;
}
.TagClassName
{
border-color: #C3A344;
}
</style>