Shades of Sundance #C9AF46
Tints of Sundance #C9AF46
RGB
CMYK
RGB Variations
Color information
#C9AF46 (or 0xC9AF46) is known color: Sundance. HEX triplet: C9, AF and 46. RGB value is (201,175,70). Sum of RGB (Red+Green+Blue) = 201+175+70=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 175 (68.75% from 255 or 39.24% from 446); Blue value is 70 (27.73% from 255 or 15.70% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF46 is #3650B9. Grayscale: #ABABAB. Windows color (decimal): -3559610 or 4632521. OLE color: 4632521.
HSL color Cylindrical-coordinate representation of color #C9AF46: hue angle of 48.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C9AF46 is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 70 | - |
| CMYK | 0 | 0.13 | 0.65 | 0.21 |
| HSL | 48.09º | 0.55% | 0.53% | - |
| HSV(B) | 48.09º | 0.65% | 0.79% | - |
| XYZ | 40.52 | 43.52 | 12.06 | - |
| YUV | 170.8 | 71.11 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 70 | 0 | 0.13 | 0.65 | 0.21 | 48.09 | 0.55 | 0.53 |
| Hex | C9 | AF | 46 | 0 | D | 41 | 15 | 30 | 37 | 35 |
| Octal | 311 | 257 | 106 | 0 | 15 | 101 | 25 | 60 | 67 | 65 |
| Binary | 11001001 | 10101111 | 1000110 | 0 | 1101 | 1000001 | 10101 | 110000 | 110111 | 110101 |
Color Harmonies of #C9AF46
Complementary color
Monochromatic Colors of #C9AF46
Black with #C9AF46
Text Example
Text Example
White with #C9AF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF46; }
p { color: rgb(201,175,70); }
H1.HeaderClassName
{
color: #C9AF46;
}
.AnyTagClassName
{
color: #C9AF46;
}
</style>
background-color css
<style>
a { background-color: #C9AF46; }
a { background-color: rgb(201,175,70); }
div.DivClassName
{
background-color: #C9AF46;
}
.BgClassName
{
background-color: #C9AF46;
}
</style>
border-color css
<style>
span { border-color: #C9AF46; }
span { border-color: rgb(201,175,70); }
td.TdClassName
{
border-color: #C9AF46;
}
.TagClassName
{
border-color: #C9AF46;
}
</style>