Shades of Sundance #C1AF57
Tints of Sundance #C1AF57
RGB
CMYK
RGB Variations
Color information
#C1AF57 (or 0xC1AF57) is known color: Sundance. HEX triplet: C1, AF and 57. RGB value is (193,175,87). Sum of RGB (Red+Green+Blue) = 193+175+87=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 87 (34.38% from 255 or 19.12% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AF57 is #3E50A8. Grayscale: #AAAAAA. Windows color (decimal): -4083881 or 5746625. OLE color: 5746625.
HSL color Cylindrical-coordinate representation of color #C1AF57: hue angle of 49.81º degrees, saturation: 0.46, 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 #C1AF57 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 87 | - |
| CMYK | 0 | 0.09 | 0.55 | 0.24 |
| HSL | 49.81º | 0.46% | 0.55% | - |
| HSV(B) | 49.81º | 0.55% | 0.76% | - |
| XYZ | 39.04 | 42.69 | 15.2 | - |
| YUV | 170.35 | 80.96 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 87 | 0 | 0.09 | 0.55 | 0.24 | 49.81 | 0.46 | 0.55 |
| Hex | C1 | AF | 57 | 0 | 9 | 37 | 18 | 32 | 2E | 37 |
| Octal | 301 | 257 | 127 | 0 | 11 | 67 | 30 | 62 | 56 | 67 |
| Binary | 11000001 | 10101111 | 1010111 | 0 | 1001 | 110111 | 11000 | 110010 | 101110 | 110111 |
Color Harmonies of #C1AF57
Complementary color
Monochromatic Colors of #C1AF57
Black with #C1AF57
Text Example
Text Example
White with #C1AF57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF57; }
p { color: rgb(193,175,87); }
H1.HeaderClassName
{
color: #C1AF57;
}
.AnyTagClassName
{
color: #C1AF57;
}
</style>
background-color css
<style>
a { background-color: #C1AF57; }
a { background-color: rgb(193,175,87); }
div.DivClassName
{
background-color: #C1AF57;
}
.BgClassName
{
background-color: #C1AF57;
}
</style>
border-color css
<style>
span { border-color: #C1AF57; }
span { border-color: rgb(193,175,87); }
td.TdClassName
{
border-color: #C1AF57;
}
.TagClassName
{
border-color: #C1AF57;
}
</style>