Shades of Sundance #C8A53E
Tints of Sundance #C8A53E
RGB
CMYK
RGB Variations
Color information
#C8A53E (or 0xC8A53E) is known color: Sundance. HEX triplet: C8, A5 and 3E. RGB value is (200,165,62). Sum of RGB (Red+Green+Blue) = 200+165+62=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 165 (64.84% from 255 or 38.64% from 427); Blue value is 62 (24.61% from 255 or 14.52% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A53E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A53E is #375AC1. Grayscale: #A4A4A4. Windows color (decimal): -3627714 or 4105672. OLE color: 4105672.
HSL color Cylindrical-coordinate representation of color #C8A53E: hue angle of 44.78º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8A53E is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 165 | 62 | - |
| CMYK | 0 | 0.18 | 0.69 | 0.22 |
| HSL | 44.78º | 0.56% | 0.51% | - |
| HSV(B) | 44.78º | 0.69% | 0.78% | - |
| XYZ | 38.14 | 39.54 | 10.18 | - |
| YUV | 163.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 62 | 0 | 0.18 | 0.69 | 0.22 | 44.78 | 0.56 | 0.51 |
| Hex | C8 | A5 | 3E | 0 | 12 | 45 | 16 | 2D | 38 | 33 |
| Octal | 310 | 245 | 76 | 0 | 22 | 105 | 26 | 55 | 70 | 63 |
| Binary | 11001000 | 10100101 | 111110 | 0 | 10010 | 1000101 | 10110 | 101101 | 111000 | 110011 |
Color Harmonies of #C8A53E
Complementary color
Monochromatic Colors of #C8A53E
Black with #C8A53E
Text Example
Text Example
White with #C8A53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A53E; }
p { color: rgb(200,165,62); }
H1.HeaderClassName
{
color: #C8A53E;
}
.AnyTagClassName
{
color: #C8A53E;
}
</style>
background-color css
<style>
a { background-color: #C8A53E; }
a { background-color: rgb(200,165,62); }
div.DivClassName
{
background-color: #C8A53E;
}
.BgClassName
{
background-color: #C8A53E;
}
</style>
border-color css
<style>
span { border-color: #C8A53E; }
span { border-color: rgb(200,165,62); }
td.TdClassName
{
border-color: #C8A53E;
}
.TagClassName
{
border-color: #C8A53E;
}
</style>