Shades of Sundance #C9AF48
Tints of Sundance #C9AF48
RGB
CMYK
RGB Variations
Color information
#C9AF48 (or 0xC9AF48) is known color: Sundance. HEX triplet: C9, AF and 48. RGB value is (201,175,72). Sum of RGB (Red+Green+Blue) = 201+175+72=448 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.87% from 448); Green value is 175 (68.75% from 255 or 39.06% from 448); Blue value is 72 (28.52% from 255 or 16.07% from 448); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AF48 is #3650B7. Grayscale: #ABABAB. Windows color (decimal): -3559608 or 4763593. OLE color: 4763593.
HSL color Cylindrical-coordinate representation of color #C9AF48: hue angle of 47.91º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C9AF48 is Cyan = 0, Magento = 0.13, Yellow = 0.64 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 175 | 72 | - |
| CMYK | 0 | 0.13 | 0.64 | 0.21 |
| HSL | 47.91º | 0.54% | 0.54% | - |
| HSV(B) | 47.91º | 0.64% | 0.79% | - |
| XYZ | 40.59 | 43.55 | 12.4 | - |
| YUV | 171.03 | 72.11 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 175 | 72 | 0 | 0.13 | 0.64 | 0.21 | 47.91 | 0.54 | 0.54 |
| Hex | C9 | AF | 48 | 0 | D | 40 | 15 | 30 | 36 | 36 |
| Octal | 311 | 257 | 110 | 0 | 15 | 100 | 25 | 60 | 66 | 66 |
| Binary | 11001001 | 10101111 | 1001000 | 0 | 1101 | 1000000 | 10101 | 110000 | 110110 | 110110 |
Color Harmonies of #C9AF48
Complementary color
Monochromatic Colors of #C9AF48
Black with #C9AF48
Text Example
Text Example
White with #C9AF48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AF48; }
p { color: rgb(201,175,72); }
H1.HeaderClassName
{
color: #C9AF48;
}
.AnyTagClassName
{
color: #C9AF48;
}
</style>
background-color css
<style>
a { background-color: #C9AF48; }
a { background-color: rgb(201,175,72); }
div.DivClassName
{
background-color: #C9AF48;
}
.BgClassName
{
background-color: #C9AF48;
}
</style>
border-color css
<style>
span { border-color: #C9AF48; }
span { border-color: rgb(201,175,72); }
td.TdClassName
{
border-color: #C9AF48;
}
.TagClassName
{
border-color: #C9AF48;
}
</style>