Shades of Sundance #C3A254
Tints of Sundance #C3A254
RGB
CMYK
RGB Variations
Color information
#C3A254 (or 0xC3A254) is known color: Sundance. HEX triplet: C3, A2 and 54. RGB value is (195,162,84). Sum of RGB (Red+Green+Blue) = 195+162+84=441 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.22% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A254 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3A254 is #3C5DAB. Grayscale: #A3A3A3. Windows color (decimal): -3956140 or 5546691. OLE color: 5546691.
HSL color Cylindrical-coordinate representation of color #C3A254: hue angle of 42.16º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3A254 is Cyan = 0, Magento = 0.17, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 162 | 84 | - |
| CMYK | 0 | 0.17 | 0.57 | 0.24 |
| HSL | 42.16º | 0.48% | 0.55% | - |
| HSV(B) | 42.16º | 0.57% | 0.76% | - |
| XYZ | 37.03 | 38.08 | 13.79 | - |
| YUV | 162.98 | 83.43 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 162 | 84 | 0 | 0.17 | 0.57 | 0.24 | 42.16 | 0.48 | 0.55 |
| Hex | C3 | A2 | 54 | 0 | 11 | 39 | 18 | 2A | 30 | 37 |
| Octal | 303 | 242 | 124 | 0 | 21 | 71 | 30 | 52 | 60 | 67 |
| Binary | 11000011 | 10100010 | 1010100 | 0 | 10001 | 111001 | 11000 | 101010 | 110000 | 110111 |
Color Harmonies of #C3A254
Complementary color
Monochromatic Colors of #C3A254
Black with #C3A254
Text Example
Text Example
White with #C3A254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3A254; }
p { color: rgb(195,162,84); }
H1.HeaderClassName
{
color: #C3A254;
}
.AnyTagClassName
{
color: #C3A254;
}
</style>
background-color css
<style>
a { background-color: #C3A254; }
a { background-color: rgb(195,162,84); }
div.DivClassName
{
background-color: #C3A254;
}
.BgClassName
{
background-color: #C3A254;
}
</style>
border-color css
<style>
span { border-color: #C3A254; }
span { border-color: rgb(195,162,84); }
td.TdClassName
{
border-color: #C3A254;
}
.TagClassName
{
border-color: #C3A254;
}
</style>