Shades of Sundance #C8AC43
Tints of Sundance #C8AC43
RGB
CMYK
RGB Variations
Color information
#C8AC43 (or 0xC8AC43) is known color: Sundance. HEX triplet: C8, AC and 43. RGB value is (200,172,67). Sum of RGB (Red+Green+Blue) = 200+172+67=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 172 (67.58% from 255 or 39.18% from 439); Blue value is 67 (26.56% from 255 or 15.26% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AC43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AC43 is #3753BC. Grayscale: #A8A8A8. Windows color (decimal): -3625917 or 4435144. OLE color: 4435144.
HSL color Cylindrical-coordinate representation of color #C8AC43: hue angle of 47.37º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C8AC43 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 172 | 67 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.22 |
| HSL | 47.37º | 0.55% | 0.52% | - |
| HSV(B) | 47.37º | 0.67% | 0.78% | - |
| XYZ | 39.59 | 42.19 | 11.37 | - |
| YUV | 168.4 | 70.78 | 150.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 172 | 67 | 0 | 0.14 | 0.66 | 0.22 | 47.37 | 0.55 | 0.52 |
| Hex | C8 | AC | 43 | 0 | E | 42 | 16 | 2F | 37 | 34 |
| Octal | 310 | 254 | 103 | 0 | 16 | 102 | 26 | 57 | 67 | 64 |
| Binary | 11001000 | 10101100 | 1000011 | 0 | 1110 | 1000010 | 10110 | 101111 | 110111 | 110100 |
Color Harmonies of #C8AC43
Complementary color
Monochromatic Colors of #C8AC43
Black with #C8AC43
Text Example
Text Example
White with #C8AC43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AC43; }
p { color: rgb(200,172,67); }
H1.HeaderClassName
{
color: #C8AC43;
}
.AnyTagClassName
{
color: #C8AC43;
}
</style>
background-color css
<style>
a { background-color: #C8AC43; }
a { background-color: rgb(200,172,67); }
div.DivClassName
{
background-color: #C8AC43;
}
.BgClassName
{
background-color: #C8AC43;
}
</style>
border-color css
<style>
span { border-color: #C8AC43; }
span { border-color: rgb(200,172,67); }
td.TdClassName
{
border-color: #C8AC43;
}
.TagClassName
{
border-color: #C8AC43;
}
</style>