Shades of Sundance #C9AA4B
Tints of Sundance #C9AA4B
RGB
CMYK
RGB Variations
Color information
#C9AA4B (or 0xC9AA4B) is known color: Sundance. HEX triplet: C9, AA and 4B. RGB value is (201,170,75). Sum of RGB (Red+Green+Blue) = 201+170+75=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 75 (29.69% from 255 or 16.82% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9AA4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9AA4B is #3655B4. Grayscale: #A8A8A8. Windows color (decimal): -3560885 or 4958921. OLE color: 4958921.
HSL color Cylindrical-coordinate representation of color #C9AA4B: hue angle of 45.24º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9AA4B is Cyan = 0, Magento = 0.15, Yellow = 0.63 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 170 | 75 | - |
| CMYK | 0 | 0.15 | 0.63 | 0.21 |
| HSL | 45.24º | 0.54% | 0.54% | - |
| HSV(B) | 45.24º | 0.63% | 0.79% | - |
| XYZ | 39.73 | 41.67 | 12.61 | - |
| YUV | 168.44 | 75.27 | 151.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 75 | 0 | 0.15 | 0.63 | 0.21 | 45.24 | 0.54 | 0.54 |
| Hex | C9 | AA | 4B | 0 | F | 3F | 15 | 2D | 36 | 36 |
| Octal | 311 | 252 | 113 | 0 | 17 | 77 | 25 | 55 | 66 | 66 |
| Binary | 11001001 | 10101010 | 1001011 | 0 | 1111 | 111111 | 10101 | 101101 | 110110 | 110110 |
Color Harmonies of #C9AA4B
Complementary color
Monochromatic Colors of #C9AA4B
Black with #C9AA4B
Text Example
Text Example
White with #C9AA4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AA4B; }
p { color: rgb(201,170,75); }
H1.HeaderClassName
{
color: #C9AA4B;
}
.AnyTagClassName
{
color: #C9AA4B;
}
</style>
background-color css
<style>
a { background-color: #C9AA4B; }
a { background-color: rgb(201,170,75); }
div.DivClassName
{
background-color: #C9AA4B;
}
.BgClassName
{
background-color: #C9AA4B;
}
</style>
border-color css
<style>
span { border-color: #C9AA4B; }
span { border-color: rgb(201,170,75); }
td.TdClassName
{
border-color: #C9AA4B;
}
.TagClassName
{
border-color: #C9AA4B;
}
</style>