Shades of Sundance #C3AF50
Tints of Sundance #C3AF50
RGB
CMYK
RGB Variations
Color information
#C3AF50 (or 0xC3AF50) is known color: Sundance. HEX triplet: C3, AF and 50. RGB value is (195,175,80). Sum of RGB (Red+Green+Blue) = 195+175+80=450 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.33% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 80 (31.64% from 255 or 17.78% from 450); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF50 is #3C50AF. Grayscale: #AAAAAA. Windows color (decimal): -3952816 or 5287875. OLE color: 5287875.
HSL color Cylindrical-coordinate representation of color #C3AF50: hue angle of 49.57º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C3AF50 is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 80 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.24 |
| HSL | 49.57º | 0.49% | 0.54% | - |
| HSV(B) | 49.57º | 0.59% | 0.76% | - |
| XYZ | 39.28 | 42.84 | 13.79 | - |
| YUV | 170.15 | 77.13 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 80 | 0 | 0.10 | 0.59 | 0.24 | 49.57 | 0.49 | 0.54 |
| Hex | C3 | AF | 50 | 0 | A | 3B | 18 | 32 | 31 | 36 |
| Octal | 303 | 257 | 120 | 0 | 12 | 73 | 30 | 62 | 61 | 66 |
| Binary | 11000011 | 10101111 | 1010000 | 0 | 1010 | 111011 | 11000 | 110010 | 110001 | 110110 |
Color Harmonies of #C3AF50
Complementary color
Monochromatic Colors of #C3AF50
Black with #C3AF50
Text Example
Text Example
White with #C3AF50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF50; }
p { color: rgb(195,175,80); }
H1.HeaderClassName
{
color: #C3AF50;
}
.AnyTagClassName
{
color: #C3AF50;
}
</style>
background-color css
<style>
a { background-color: #C3AF50; }
a { background-color: rgb(195,175,80); }
div.DivClassName
{
background-color: #C3AF50;
}
.BgClassName
{
background-color: #C3AF50;
}
</style>
border-color css
<style>
span { border-color: #C3AF50; }
span { border-color: rgb(195,175,80); }
td.TdClassName
{
border-color: #C3AF50;
}
.TagClassName
{
border-color: #C3AF50;
}
</style>