Shades of Sundance #C2AE55
Tints of Sundance #C2AE55
RGB
CMYK
RGB Variations
Color information
#C2AE55 (or 0xC2AE55) is known color: Sundance. HEX triplet: C2, AE and 55. RGB value is (194,174,85). Sum of RGB (Red+Green+Blue) = 194+174+85=453 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.83% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 85 (33.59% from 255 or 18.76% from 453); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE55 is #3D51AA. Grayscale: #AAAAAA. Windows color (decimal): -4018603 or 5615298. OLE color: 5615298.
HSL color Cylindrical-coordinate representation of color #C2AE55: hue angle of 48.99º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C2AE55 is Cyan = 0, Magento = 0.10, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 85 | - |
| CMYK | 0 | 0.10 | 0.56 | 0.24 |
| HSL | 48.99º | 0.47% | 0.55% | - |
| HSV(B) | 48.99º | 0.56% | 0.76% | - |
| XYZ | 39.02 | 42.4 | 14.72 | - |
| YUV | 169.83 | 80.13 | 145.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 85 | 0 | 0.10 | 0.56 | 0.24 | 48.99 | 0.47 | 0.55 |
| Hex | C2 | AE | 55 | 0 | A | 38 | 18 | 31 | 2F | 37 |
| Octal | 302 | 256 | 125 | 0 | 12 | 70 | 30 | 61 | 57 | 67 |
| Binary | 11000010 | 10101110 | 1010101 | 0 | 1010 | 111000 | 11000 | 110001 | 101111 | 110111 |
Color Harmonies of #C2AE55
Complementary color
Monochromatic Colors of #C2AE55
Black with #C2AE55
Text Example
Text Example
White with #C2AE55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE55; }
p { color: rgb(194,174,85); }
H1.HeaderClassName
{
color: #C2AE55;
}
.AnyTagClassName
{
color: #C2AE55;
}
</style>
background-color css
<style>
a { background-color: #C2AE55; }
a { background-color: rgb(194,174,85); }
div.DivClassName
{
background-color: #C2AE55;
}
.BgClassName
{
background-color: #C2AE55;
}
</style>
border-color css
<style>
span { border-color: #C2AE55; }
span { border-color: rgb(194,174,85); }
td.TdClassName
{
border-color: #C2AE55;
}
.TagClassName
{
border-color: #C2AE55;
}
</style>