Shades of Sundance #C8A045
Tints of Sundance #C8A045
RGB
CMYK
RGB Variations
Color information
#C8A045 (or 0xC8A045) is known color: Sundance. HEX triplet: C8, A0 and 45. RGB value is (200,160,69). Sum of RGB (Red+Green+Blue) = 200+160+69=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 160 (62.89% from 255 or 37.30% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A045 is #375FBA. Grayscale: #A1A1A1. Windows color (decimal): -3628987 or 4563144. OLE color: 4563144.
HSL color Cylindrical-coordinate representation of color #C8A045: hue angle of 41.68º 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 #C8A045 is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 160 | 69 | - |
| CMYK | 0 | 0.2 | 0.66 | 0.22 |
| HSL | 41.68º | 0.54% | 0.53% | - |
| HSV(B) | 41.68º | 0.66% | 0.78% | - |
| XYZ | 37.46 | 37.85 | 10.96 | - |
| YUV | 161.59 | 75.75 | 155.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 69 | 0 | 0.2 | 0.66 | 0.22 | 41.68 | 0.54 | 0.53 |
| Hex | C8 | A0 | 45 | 0 | 14 | 42 | 16 | 2A | 36 | 35 |
| Octal | 310 | 240 | 105 | 0 | 24 | 102 | 26 | 52 | 66 | 65 |
| Binary | 11001000 | 10100000 | 1000101 | 0 | 10100 | 1000010 | 10110 | 101010 | 110110 | 110101 |
Color Harmonies of #C8A045
Complementary color
Monochromatic Colors of #C8A045
Black with #C8A045
Text Example
Text Example
White with #C8A045
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A045; }
p { color: rgb(200,160,69); }
H1.HeaderClassName
{
color: #C8A045;
}
.AnyTagClassName
{
color: #C8A045;
}
</style>
background-color css
<style>
a { background-color: #C8A045; }
a { background-color: rgb(200,160,69); }
div.DivClassName
{
background-color: #C8A045;
}
.BgClassName
{
background-color: #C8A045;
}
</style>
border-color css
<style>
span { border-color: #C8A045; }
span { border-color: rgb(200,160,69); }
td.TdClassName
{
border-color: #C8A045;
}
.TagClassName
{
border-color: #C8A045;
}
</style>