Shades of Sundance #C1AF45
Tints of Sundance #C1AF45
RGB
CMYK
RGB Variations
Color information
#C1AF45 (or 0xC1AF45) is known color: Sundance. HEX triplet: C1, AF and 45. RGB value is (193,175,69). Sum of RGB (Red+Green+Blue) = 193+175+69=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 175 (68.75% from 255 or 40.05% from 437); Blue value is 69 (27.34% from 255 or 15.79% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF45 is #3E50BA. Grayscale: #A8A8A8. Windows color (decimal): -4083899 or 4566977. OLE color: 4566977.
HSL color Cylindrical-coordinate representation of color #C1AF45: hue angle of 51.29º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C1AF45 is Cyan = 0, Magento = 0.09, Yellow = 0.64 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 69 | - |
| CMYK | 0 | 0.09 | 0.64 | 0.24 |
| HSL | 51.29º | 0.5% | 0.51% | - |
| HSV(B) | 51.29º | 0.64% | 0.76% | - |
| XYZ | 38.4 | 42.43 | 11.8 | - |
| YUV | 168.3 | 71.96 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 69 | 0 | 0.09 | 0.64 | 0.24 | 51.29 | 0.5 | 0.51 |
| Hex | C1 | AF | 45 | 0 | 9 | 40 | 18 | 33 | 32 | 33 |
| Octal | 301 | 257 | 105 | 0 | 11 | 100 | 30 | 63 | 62 | 63 |
| Binary | 11000001 | 10101111 | 1000101 | 0 | 1001 | 1000000 | 11000 | 110011 | 110010 | 110011 |
Color Harmonies of #C1AF45
Complementary color
Monochromatic Colors of #C1AF45
Black with #C1AF45
Text Example
Text Example
White with #C1AF45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF45; }
p { color: rgb(193,175,69); }
H1.HeaderClassName
{
color: #C1AF45;
}
.AnyTagClassName
{
color: #C1AF45;
}
</style>
background-color css
<style>
a { background-color: #C1AF45; }
a { background-color: rgb(193,175,69); }
div.DivClassName
{
background-color: #C1AF45;
}
.BgClassName
{
background-color: #C1AF45;
}
</style>
border-color css
<style>
span { border-color: #C1AF45; }
span { border-color: rgb(193,175,69); }
td.TdClassName
{
border-color: #C1AF45;
}
.TagClassName
{
border-color: #C1AF45;
}
</style>