Shades of Sundance #C3AF45
Tints of Sundance #C3AF45
RGB
CMYK
RGB Variations
Color information
#C3AF45 (or 0xC3AF45) is known color: Sundance. HEX triplet: C3, AF and 45. RGB value is (195,175,69). Sum of RGB (Red+Green+Blue) = 195+175+69=439 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.42% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 195 - color contains mainly: red. Hex color #C3AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3AF45 is #3C50BA. Grayscale: #A9A9A9. Windows color (decimal): -3952827 or 4566979. OLE color: 4566979.
HSL color Cylindrical-coordinate representation of color #C3AF45: hue angle of 50.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3AF45 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 175 | 69 | - |
| CMYK | 0 | 0.10 | 0.65 | 0.24 |
| HSL | 50.48º | 0.51% | 0.52% | - |
| HSV(B) | 50.48º | 0.65% | 0.76% | - |
| XYZ | 38.91 | 42.69 | 11.82 | - |
| YUV | 168.9 | 71.63 | 146.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 175 | 69 | 0 | 0.10 | 0.65 | 0.24 | 50.48 | 0.51 | 0.52 |
| Hex | C3 | AF | 45 | 0 | A | 41 | 18 | 32 | 33 | 34 |
| Octal | 303 | 257 | 105 | 0 | 12 | 101 | 30 | 62 | 63 | 64 |
| Binary | 11000011 | 10101111 | 1000101 | 0 | 1010 | 1000001 | 11000 | 110010 | 110011 | 110100 |
Color Harmonies of #C3AF45
Complementary color
Monochromatic Colors of #C3AF45
Black with #C3AF45
Text Example
Text Example
White with #C3AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3AF45; }
p { color: rgb(195,175,69); }
H1.HeaderClassName
{
color: #C3AF45;
}
.AnyTagClassName
{
color: #C3AF45;
}
</style>
background-color css
<style>
a { background-color: #C3AF45; }
a { background-color: rgb(195,175,69); }
div.DivClassName
{
background-color: #C3AF45;
}
.BgClassName
{
background-color: #C3AF45;
}
</style>
border-color css
<style>
span { border-color: #C3AF45; }
span { border-color: rgb(195,175,69); }
td.TdClassName
{
border-color: #C3AF45;
}
.TagClassName
{
border-color: #C3AF45;
}
</style>