Shades of Sundance #C3AF4F
Tints of Sundance #C3AF4F
RGB
CMYK
RGB Variations
Color information
#C3AF4F (or 0xC3AF4F) is known color: Sundance. HEX triplet: C3, AF and 4F. RGB value is (195,175,79). Sum of RGB (Red+Green+Blue) = 195+175+79=449 (59% of max value = 765). Red value is 195 (76.56% from 255 or 43.43% from 449); Green value is 175 (68.75% from 255 or 38.98% from 449); Blue value is 79 (31.25% from 255 or 17.59% from 449); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF4F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3AF4F is #3C50B0. Grayscale: #AAAAAA. Windows color (decimal): -3952817 or 5222339. OLE color: 5222339.
HSL color Cylindrical-coordinate representation of color #C3AF4F: hue angle of 49.66º 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 #C3AF4F is Cyan = 0, Magento = 0.10, Yellow = 0.59 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 79 | - |
| CMYK | 0 | 0.10 | 0.59 | 0.24 |
| HSL | 49.66º | 0.49% | 0.54% | - |
| HSV(B) | 49.66º | 0.59% | 0.76% | - |
| XYZ | 39.25 | 42.83 | 13.59 | - |
| YUV | 170.04 | 76.63 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 79 | 0 | 0.10 | 0.59 | 0.24 | 49.66 | 0.49 | 0.54 |
| Hex | C3 | AF | 4F | 0 | A | 3B | 18 | 32 | 31 | 36 |
| Octal | 303 | 257 | 117 | 0 | 12 | 73 | 30 | 62 | 61 | 66 |
| Binary | 11000011 | 10101111 | 1001111 | 0 | 1010 | 111011 | 11000 | 110010 | 110001 | 110110 |
Color Harmonies of #C3AF4F
Complementary color
Monochromatic Colors of #C3AF4F
Black with #C3AF4F
Text Example
Text Example
White with #C3AF4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF4F; }
p { color: rgb(195,175,79); }
H1.HeaderClassName
{
color: #C3AF4F;
}
.AnyTagClassName
{
color: #C3AF4F;
}
</style>
background-color css
<style>
a { background-color: #C3AF4F; }
a { background-color: rgb(195,175,79); }
div.DivClassName
{
background-color: #C3AF4F;
}
.BgClassName
{
background-color: #C3AF4F;
}
</style>
border-color css
<style>
span { border-color: #C3AF4F; }
span { border-color: rgb(195,175,79); }
td.TdClassName
{
border-color: #C3AF4F;
}
.TagClassName
{
border-color: #C3AF4F;
}
</style>