Shades of Sundance #C0AE57
Tints of Sundance #C0AE57
RGB
CMYK
RGB Variations
Color information
#C0AE57 (or 0xC0AE57) is known color: Sundance. HEX triplet: C0, AE and 57. RGB value is (192,174,87). Sum of RGB (Red+Green+Blue) = 192+174+87=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 174 (68.36% from 255 or 38.41% from 453); Blue value is 87 (34.38% from 255 or 19.21% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C0AE57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0AE57 is #3F51A8. Grayscale: #A9A9A9. Windows color (decimal): -4149673 or 5746368. OLE color: 5746368.
HSL color Cylindrical-coordinate representation of color #C0AE57: hue angle of 49.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0AE57 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 174 | 87 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.25 |
| HSL | 49.71º | 0.45% | 0.55% | - |
| HSV(B) | 49.71º | 0.55% | 0.75% | - |
| XYZ | 38.59 | 42.17 | 15.12 | - |
| YUV | 169.46 | 81.46 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 174 | 87 | 0 | 0.09 | 0.55 | 0.25 | 49.71 | 0.45 | 0.55 |
| Hex | C0 | AE | 57 | 0 | 9 | 37 | 19 | 32 | 2D | 37 |
| Octal | 300 | 256 | 127 | 0 | 11 | 67 | 31 | 62 | 55 | 67 |
| Binary | 11000000 | 10101110 | 1010111 | 0 | 1001 | 110111 | 11001 | 110010 | 101101 | 110111 |
Color Harmonies of #C0AE57
Complementary color
Monochromatic Colors of #C0AE57
Black with #C0AE57
Text Example
Text Example
White with #C0AE57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0AE57; }
p { color: rgb(192,174,87); }
H1.HeaderClassName
{
color: #C0AE57;
}
.AnyTagClassName
{
color: #C0AE57;
}
</style>
background-color css
<style>
a { background-color: #C0AE57; }
a { background-color: rgb(192,174,87); }
div.DivClassName
{
background-color: #C0AE57;
}
.BgClassName
{
background-color: #C0AE57;
}
</style>
border-color css
<style>
span { border-color: #C0AE57; }
span { border-color: rgb(192,174,87); }
td.TdClassName
{
border-color: #C0AE57;
}
.TagClassName
{
border-color: #C0AE57;
}
</style>