Shades of Sundance #C8AA45
Tints of Sundance #C8AA45
RGB
CMYK
RGB Variations
Color information
#C8AA45 (or 0xC8AA45) is known color: Sundance. HEX triplet: C8, AA and 45. RGB value is (200,170,69). Sum of RGB (Red+Green+Blue) = 200+170+69=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 170 (66.80% from 255 or 38.72% from 439); Blue value is 69 (27.34% from 255 or 15.72% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AA45 is #3755BA. Grayscale: #A7A7A7. Windows color (decimal): -3626427 or 4565704. OLE color: 4565704.
HSL color Cylindrical-coordinate representation of color #C8AA45: hue angle of 46.26º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8AA45 is Cyan = 0, Magento = 0.15, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 170 | 69 | - |
| CMYK | 0 | 0.15 | 0.66 | 0.22 |
| HSL | 46.26º | 0.54% | 0.53% | - |
| HSV(B) | 46.26º | 0.66% | 0.78% | - |
| XYZ | 39.27 | 41.46 | 11.56 | - |
| YUV | 167.46 | 72.44 | 151.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 170 | 69 | 0 | 0.15 | 0.66 | 0.22 | 46.26 | 0.54 | 0.53 |
| Hex | C8 | AA | 45 | 0 | F | 42 | 16 | 2E | 36 | 35 |
| Octal | 310 | 252 | 105 | 0 | 17 | 102 | 26 | 56 | 66 | 65 |
| Binary | 11001000 | 10101010 | 1000101 | 0 | 1111 | 1000010 | 10110 | 101110 | 110110 | 110101 |
Color Harmonies of #C8AA45
Complementary color
Monochromatic Colors of #C8AA45
Black with #C8AA45
Text Example
Text Example
White with #C8AA45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AA45; }
p { color: rgb(200,170,69); }
H1.HeaderClassName
{
color: #C8AA45;
}
.AnyTagClassName
{
color: #C8AA45;
}
</style>
background-color css
<style>
a { background-color: #C8AA45; }
a { background-color: rgb(200,170,69); }
div.DivClassName
{
background-color: #C8AA45;
}
.BgClassName
{
background-color: #C8AA45;
}
</style>
border-color css
<style>
span { border-color: #C8AA45; }
span { border-color: rgb(200,170,69); }
td.TdClassName
{
border-color: #C8AA45;
}
.TagClassName
{
border-color: #C8AA45;
}
</style>