Shades of Sundance #C8AB41
Tints of Sundance #C8AB41
RGB
CMYK
RGB Variations
Color information
#C8AB41 (or 0xC8AB41) is known color: Sundance. HEX triplet: C8, AB and 41. RGB value is (200,171,65). Sum of RGB (Red+Green+Blue) = 200+171+65=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 171 (67.19% from 255 or 39.22% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB41 is #3754BE. Grayscale: #A8A8A8. Windows color (decimal): -3626175 or 4303816. OLE color: 4303816.
HSL color Cylindrical-coordinate representation of color #C8AB41: hue angle of 47.11º 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 #C8AB41 is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 65 | - |
| CMYK | 0 | 0.14 | 0.68 | 0.22 |
| HSL | 47.11º | 0.55% | 0.52% | - |
| HSV(B) | 47.11º | 0.68% | 0.78% | - |
| XYZ | 39.34 | 41.79 | 10.99 | - |
| YUV | 167.59 | 70.11 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 65 | 0 | 0.14 | 0.68 | 0.22 | 47.11 | 0.55 | 0.52 |
| Hex | C8 | AB | 41 | 0 | E | 44 | 16 | 2F | 37 | 34 |
| Octal | 310 | 253 | 101 | 0 | 16 | 104 | 26 | 57 | 67 | 64 |
| Binary | 11001000 | 10101011 | 1000001 | 0 | 1110 | 1000100 | 10110 | 101111 | 110111 | 110100 |
Color Harmonies of #C8AB41
Complementary color
Monochromatic Colors of #C8AB41
Black with #C8AB41
Text Example
Text Example
White with #C8AB41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB41; }
p { color: rgb(200,171,65); }
H1.HeaderClassName
{
color: #C8AB41;
}
.AnyTagClassName
{
color: #C8AB41;
}
</style>
background-color css
<style>
a { background-color: #C8AB41; }
a { background-color: rgb(200,171,65); }
div.DivClassName
{
background-color: #C8AB41;
}
.BgClassName
{
background-color: #C8AB41;
}
</style>
border-color css
<style>
span { border-color: #C8AB41; }
span { border-color: rgb(200,171,65); }
td.TdClassName
{
border-color: #C8AB41;
}
.TagClassName
{
border-color: #C8AB41;
}
</style>