Shades of Sundance #C2A453
Tints of Sundance #C2A453
RGB
CMYK
RGB Variations
Color information
#C2A453 (or 0xC2A453) is known color: Sundance. HEX triplet: C2, A4 and 53. RGB value is (194,164,83). Sum of RGB (Red+Green+Blue) = 194+164+83=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 164 (64.45% from 255 or 37.19% from 441); Blue value is 83 (32.81% from 255 or 18.82% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A453 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A453 is #3D5BAC. Grayscale: #A4A4A4. Windows color (decimal): -4021165 or 5481666. OLE color: 5481666.
HSL color Cylindrical-coordinate representation of color #C2A453: hue angle of 43.78º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C2A453 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 164 | 83 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.24 |
| HSL | 43.78º | 0.48% | 0.54% | - |
| HSV(B) | 43.78º | 0.57% | 0.76% | - |
| XYZ | 37.08 | 38.64 | 13.69 | - |
| YUV | 163.74 | 82.44 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 164 | 83 | 0 | 0.15 | 0.57 | 0.24 | 43.78 | 0.48 | 0.54 |
| Hex | C2 | A4 | 53 | 0 | F | 39 | 18 | 2C | 30 | 36 |
| Octal | 302 | 244 | 123 | 0 | 17 | 71 | 30 | 54 | 60 | 66 |
| Binary | 11000010 | 10100100 | 1010011 | 0 | 1111 | 111001 | 11000 | 101100 | 110000 | 110110 |
Color Harmonies of #C2A453
Complementary color
Monochromatic Colors of #C2A453
Black with #C2A453
Text Example
Text Example
White with #C2A453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A453; }
p { color: rgb(194,164,83); }
H1.HeaderClassName
{
color: #C2A453;
}
.AnyTagClassName
{
color: #C2A453;
}
</style>
background-color css
<style>
a { background-color: #C2A453; }
a { background-color: rgb(194,164,83); }
div.DivClassName
{
background-color: #C2A453;
}
.BgClassName
{
background-color: #C2A453;
}
</style>
border-color css
<style>
span { border-color: #C2A453; }
span { border-color: rgb(194,164,83); }
td.TdClassName
{
border-color: #C2A453;
}
.TagClassName
{
border-color: #C2A453;
}
</style>