Shades of Sundance #C8A445
Tints of Sundance #C8A445
RGB
CMYK
RGB Variations
Color information
#C8A445 (or 0xC8A445) is known color: Sundance. HEX triplet: C8, A4 and 45. RGB value is (200,164,69). Sum of RGB (Red+Green+Blue) = 200+164+69=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 164 (64.45% from 255 or 37.88% from 433); Blue value is 69 (27.34% from 255 or 15.94% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A445 is #375BBA. Grayscale: #A4A4A4. Windows color (decimal): -3627963 or 4564168. OLE color: 4564168.
HSL color Cylindrical-coordinate representation of color #C8A445: hue angle of 43.51º 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 #C8A445 is Cyan = 0, Magento = 0.18, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 164 | 69 | - |
| CMYK | 0 | 0.18 | 0.66 | 0.22 |
| HSL | 43.51º | 0.54% | 0.53% | - |
| HSV(B) | 43.51º | 0.66% | 0.78% | - |
| XYZ | 38.17 | 39.26 | 11.2 | - |
| YUV | 163.93 | 74.43 | 153.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 69 | 0 | 0.18 | 0.66 | 0.22 | 43.51 | 0.54 | 0.53 |
| Hex | C8 | A4 | 45 | 0 | 12 | 42 | 16 | 2C | 36 | 35 |
| Octal | 310 | 244 | 105 | 0 | 22 | 102 | 26 | 54 | 66 | 65 |
| Binary | 11001000 | 10100100 | 1000101 | 0 | 10010 | 1000010 | 10110 | 101100 | 110110 | 110101 |
Color Harmonies of #C8A445
Complementary color
Monochromatic Colors of #C8A445
Black with #C8A445
Text Example
Text Example
White with #C8A445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A445; }
p { color: rgb(200,164,69); }
H1.HeaderClassName
{
color: #C8A445;
}
.AnyTagClassName
{
color: #C8A445;
}
</style>
background-color css
<style>
a { background-color: #C8A445; }
a { background-color: rgb(200,164,69); }
div.DivClassName
{
background-color: #C8A445;
}
.BgClassName
{
background-color: #C8A445;
}
</style>
border-color css
<style>
span { border-color: #C8A445; }
span { border-color: rgb(200,164,69); }
td.TdClassName
{
border-color: #C8A445;
}
.TagClassName
{
border-color: #C8A445;
}
</style>