Shades of Sundance #C1AF43
Tints of Sundance #C1AF43
RGB
CMYK
RGB Variations
Color information
#C1AF43 (or 0xC1AF43) is known color: Sundance. HEX triplet: C1, AF and 43. RGB value is (193,175,67). Sum of RGB (Red+Green+Blue) = 193+175+67=435 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.37% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 67 (26.56% from 255 or 15.40% from 435); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AF43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1AF43 is #3E50BC. Grayscale: #A8A8A8. Windows color (decimal): -4083901 or 4435905. OLE color: 4435905.
HSL color Cylindrical-coordinate representation of color #C1AF43: hue angle of 51.43º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C1AF43 is Cyan = 0, Magento = 0.09, Yellow = 0.65 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 175 | 67 | - |
| CMYK | 0 | 0.09 | 0.65 | 0.24 |
| HSL | 51.43º | 0.5% | 0.51% | - |
| HSV(B) | 51.43º | 0.65% | 0.76% | - |
| XYZ | 38.34 | 42.4 | 11.47 | - |
| YUV | 168.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 175 | 67 | 0 | 0.09 | 0.65 | 0.24 | 51.43 | 0.5 | 0.51 |
| Hex | C1 | AF | 43 | 0 | 9 | 41 | 18 | 33 | 32 | 33 |
| Octal | 301 | 257 | 103 | 0 | 11 | 101 | 30 | 63 | 62 | 63 |
| Binary | 11000001 | 10101111 | 1000011 | 0 | 1001 | 1000001 | 11000 | 110011 | 110010 | 110011 |
Color Harmonies of #C1AF43
Complementary color
Monochromatic Colors of #C1AF43
Black with #C1AF43
Text Example
Text Example
White with #C1AF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1AF43; }
p { color: rgb(193,175,67); }
H1.HeaderClassName
{
color: #C1AF43;
}
.AnyTagClassName
{
color: #C1AF43;
}
</style>
background-color css
<style>
a { background-color: #C1AF43; }
a { background-color: rgb(193,175,67); }
div.DivClassName
{
background-color: #C1AF43;
}
.BgClassName
{
background-color: #C1AF43;
}
</style>
border-color css
<style>
span { border-color: #C1AF43; }
span { border-color: rgb(193,175,67); }
td.TdClassName
{
border-color: #C1AF43;
}
.TagClassName
{
border-color: #C1AF43;
}
</style>