Shades of Sundance #C8AB43
Tints of Sundance #C8AB43
RGB
CMYK
RGB Variations
Color information
#C8AB43 (or 0xC8AB43) is known color: Sundance. HEX triplet: C8, AB and 43. RGB value is (200,171,67). Sum of RGB (Red+Green+Blue) = 200+171+67=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 67 (26.56% from 255 or 15.30% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AB43 is #3754BC. Grayscale: #A8A8A8. Windows color (decimal): -3626173 or 4434888. OLE color: 4434888.
HSL color Cylindrical-coordinate representation of color #C8AB43: hue angle of 46.92º 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 #C8AB43 is Cyan = 0, Magento = 0.14, Yellow = 0.66 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 171 | 67 | - |
| CMYK | 0 | 0.14 | 0.66 | 0.22 |
| HSL | 46.92º | 0.55% | 0.52% | - |
| HSV(B) | 46.92º | 0.67% | 0.78% | - |
| XYZ | 39.4 | 41.81 | 11.3 | - |
| YUV | 167.82 | 71.11 | 150.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 171 | 67 | 0 | 0.14 | 0.66 | 0.22 | 46.92 | 0.55 | 0.52 |
| Hex | C8 | AB | 43 | 0 | E | 42 | 16 | 2F | 37 | 34 |
| Octal | 310 | 253 | 103 | 0 | 16 | 102 | 26 | 57 | 67 | 64 |
| Binary | 11001000 | 10101011 | 1000011 | 0 | 1110 | 1000010 | 10110 | 101111 | 110111 | 110100 |
Color Harmonies of #C8AB43
Complementary color
Monochromatic Colors of #C8AB43
Black with #C8AB43
Text Example
Text Example
White with #C8AB43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AB43; }
p { color: rgb(200,171,67); }
H1.HeaderClassName
{
color: #C8AB43;
}
.AnyTagClassName
{
color: #C8AB43;
}
</style>
background-color css
<style>
a { background-color: #C8AB43; }
a { background-color: rgb(200,171,67); }
div.DivClassName
{
background-color: #C8AB43;
}
.BgClassName
{
background-color: #C8AB43;
}
</style>
border-color css
<style>
span { border-color: #C8AB43; }
span { border-color: rgb(200,171,67); }
td.TdClassName
{
border-color: #C8AB43;
}
.TagClassName
{
border-color: #C8AB43;
}
</style>