Shades of Sundance #C8A741
Tints of Sundance #C8A741
RGB
CMYK
RGB Variations
Color information
#C8A741 (or 0xC8A741) is known color: Sundance. HEX triplet: C8, A7 and 41. RGB value is (200,167,65). Sum of RGB (Red+Green+Blue) = 200+167+65=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 167 (65.62% from 255 or 38.66% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A741 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A741 is #3758BE. Grayscale: #A5A5A5. Windows color (decimal): -3627199 or 4302792. OLE color: 4302792.
HSL color Cylindrical-coordinate representation of color #C8A741: hue angle of 45.33º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C8A741 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 167 | 65 | - |
| CMYK | 0 | 0.16 | 0.68 | 0.22 |
| HSL | 45.33º | 0.55% | 0.52% | - |
| HSV(B) | 45.33º | 0.68% | 0.78% | - |
| XYZ | 38.59 | 40.3 | 10.75 | - |
| YUV | 165.24 | 71.43 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 167 | 65 | 0 | 0.16 | 0.68 | 0.22 | 45.33 | 0.55 | 0.52 |
| Hex | C8 | A7 | 41 | 0 | 10 | 44 | 16 | 2D | 37 | 34 |
| Octal | 310 | 247 | 101 | 0 | 20 | 104 | 26 | 55 | 67 | 64 |
| Binary | 11001000 | 10100111 | 1000001 | 0 | 10000 | 1000100 | 10110 | 101101 | 110111 | 110100 |
Color Harmonies of #C8A741
Complementary color
Monochromatic Colors of #C8A741
Black with #C8A741
Text Example
Text Example
White with #C8A741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A741; }
p { color: rgb(200,167,65); }
H1.HeaderClassName
{
color: #C8A741;
}
.AnyTagClassName
{
color: #C8A741;
}
</style>
background-color css
<style>
a { background-color: #C8A741; }
a { background-color: rgb(200,167,65); }
div.DivClassName
{
background-color: #C8A741;
}
.BgClassName
{
background-color: #C8A741;
}
</style>
border-color css
<style>
span { border-color: #C8A741; }
span { border-color: rgb(200,167,65); }
td.TdClassName
{
border-color: #C8A741;
}
.TagClassName
{
border-color: #C8A741;
}
</style>