Shades of Sundance #C3AF51
Tints of Sundance #C3AF51
RGB
CMYK
RGB Variations
Color information
#C3AF51 (or 0xC3AF51) is known color: Sundance. HEX triplet: C3, AF and 51. RGB value is (195,175,81). Sum of RGB (Red+Green+Blue) = 195+175+81=451 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.24% from 451); Green value is 175 (68.75% from 255 or 38.80% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF51 is #3C50AE. Grayscale: #AAAAAA. Windows color (decimal): -3952815 or 5353411. OLE color: 5353411.
HSL color Cylindrical-coordinate representation of color #C3AF51: hue angle of 49.47º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3AF51 is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 81 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.24 |
| HSL | 49.47º | 0.49% | 0.54% | - |
| HSV(B) | 49.47º | 0.58% | 0.76% | - |
| XYZ | 39.32 | 42.86 | 13.98 | - |
| YUV | 170.26 | 77.63 | 145.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 81 | 0 | 0.10 | 0.58 | 0.24 | 49.47 | 0.49 | 0.54 |
| Hex | C3 | AF | 51 | 0 | A | 3A | 18 | 31 | 31 | 36 |
| Octal | 303 | 257 | 121 | 0 | 12 | 72 | 30 | 61 | 61 | 66 |
| Binary | 11000011 | 10101111 | 1010001 | 0 | 1010 | 111010 | 11000 | 110001 | 110001 | 110110 |
Color Harmonies of #C3AF51
Complementary color
Monochromatic Colors of #C3AF51
Black with #C3AF51
Text Example
Text Example
White with #C3AF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF51; }
p { color: rgb(195,175,81); }
H1.HeaderClassName
{
color: #C3AF51;
}
.AnyTagClassName
{
color: #C3AF51;
}
</style>
background-color css
<style>
a { background-color: #C3AF51; }
a { background-color: rgb(195,175,81); }
div.DivClassName
{
background-color: #C3AF51;
}
.BgClassName
{
background-color: #C3AF51;
}
</style>
border-color css
<style>
span { border-color: #C3AF51; }
span { border-color: rgb(195,175,81); }
td.TdClassName
{
border-color: #C3AF51;
}
.TagClassName
{
border-color: #C3AF51;
}
</style>