Shades of Sundance #C2AE57
Tints of Sundance #C2AE57
RGB
CMYK
RGB Variations
Color information
#C2AE57 (or 0xC2AE57) is known color: Sundance. HEX triplet: C2, AE and 57. RGB value is (194,174,87). Sum of RGB (Red+Green+Blue) = 194+174+87=455 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.64% from 455); Green value is 174 (68.36% from 255 or 38.24% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 194 - color contains mainly: red. Hex color #C2AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2AE57 is #3D51A8. Grayscale: #AAAAAA. Windows color (decimal): -4018601 or 5746370. OLE color: 5746370.
HSL color Cylindrical-coordinate representation of color #C2AE57: hue angle of 48.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2AE57 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 174 | 87 | - |
| CMYK | 0 | 0.10 | 0.55 | 0.24 |
| HSL | 48.79º | 0.47% | 0.55% | - |
| HSV(B) | 48.79º | 0.55% | 0.76% | - |
| XYZ | 39.1 | 42.43 | 15.15 | - |
| YUV | 170.06 | 81.13 | 145.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 174 | 87 | 0 | 0.10 | 0.55 | 0.24 | 48.79 | 0.47 | 0.55 |
| Hex | C2 | AE | 57 | 0 | A | 37 | 18 | 31 | 2F | 37 |
| Octal | 302 | 256 | 127 | 0 | 12 | 67 | 30 | 61 | 57 | 67 |
| Binary | 11000010 | 10101110 | 1010111 | 0 | 1010 | 110111 | 11000 | 110001 | 101111 | 110111 |
Color Harmonies of #C2AE57
Complementary color
Monochromatic Colors of #C2AE57
Black with #C2AE57
Text Example
Text Example
White with #C2AE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2AE57; }
p { color: rgb(194,174,87); }
H1.HeaderClassName
{
color: #C2AE57;
}
.AnyTagClassName
{
color: #C2AE57;
}
</style>
background-color css
<style>
a { background-color: #C2AE57; }
a { background-color: rgb(194,174,87); }
div.DivClassName
{
background-color: #C2AE57;
}
.BgClassName
{
background-color: #C2AE57;
}
</style>
border-color css
<style>
span { border-color: #C2AE57; }
span { border-color: rgb(194,174,87); }
td.TdClassName
{
border-color: #C2AE57;
}
.TagClassName
{
border-color: #C2AE57;
}
</style>