Shades of Sundance #C2A553
Tints of Sundance #C2A553
RGB
CMYK
RGB Variations
Color information
#C2A553 (or 0xC2A553) is known color: Sundance. HEX triplet: C2, A5 and 53. RGB value is (194,165,83). Sum of RGB (Red+Green+Blue) = 194+165+83=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 83 (32.81% from 255 or 18.78% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2A553 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2A553 is #3D5AAC. Grayscale: #A4A4A4. Windows color (decimal): -4020909 or 5481922. OLE color: 5481922.
HSL color Cylindrical-coordinate representation of color #C2A553: hue angle of 44.32º 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 #C2A553 is Cyan = 0, Magento = 0.15, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 165 | 83 | - |
| CMYK | 0 | 0.15 | 0.57 | 0.24 |
| HSL | 44.32º | 0.48% | 0.54% | - |
| HSV(B) | 44.32º | 0.57% | 0.76% | - |
| XYZ | 37.26 | 39 | 13.75 | - |
| YUV | 164.32 | 82.11 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 165 | 83 | 0 | 0.15 | 0.57 | 0.24 | 44.32 | 0.48 | 0.54 |
| Hex | C2 | A5 | 53 | 0 | F | 39 | 18 | 2C | 30 | 36 |
| Octal | 302 | 245 | 123 | 0 | 17 | 71 | 30 | 54 | 60 | 66 |
| Binary | 11000010 | 10100101 | 1010011 | 0 | 1111 | 111001 | 11000 | 101100 | 110000 | 110110 |
Color Harmonies of #C2A553
Complementary color
Monochromatic Colors of #C2A553
Black with #C2A553
Text Example
Text Example
White with #C2A553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2A553; }
p { color: rgb(194,165,83); }
H1.HeaderClassName
{
color: #C2A553;
}
.AnyTagClassName
{
color: #C2A553;
}
</style>
background-color css
<style>
a { background-color: #C2A553; }
a { background-color: rgb(194,165,83); }
div.DivClassName
{
background-color: #C2A553;
}
.BgClassName
{
background-color: #C2A553;
}
</style>
border-color css
<style>
span { border-color: #C2A553; }
span { border-color: rgb(194,165,83); }
td.TdClassName
{
border-color: #C2A553;
}
.TagClassName
{
border-color: #C2A553;
}
</style>