Shades of Sundance #C8A34C
Tints of Sundance #C8A34C
RGB
CMYK
RGB Variations
Color information
#C8A34C (or 0xC8A34C) is known color: Sundance. HEX triplet: C8, A3 and 4C. RGB value is (200,163,76). Sum of RGB (Red+Green+Blue) = 200+163+76=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 76 (30.08% from 255 or 17.31% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A34C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A34C is #375CB3. Grayscale: #A4A4A4. Windows color (decimal): -3628212 or 5022664. OLE color: 5022664.
HSL color Cylindrical-coordinate representation of color #C8A34C: hue angle of 42.1º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C8A34C is Cyan = 0, Magento = 0.18, Yellow = 0.62 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 163 | 76 | - |
| CMYK | 0 | 0.18 | 0.62 | 0.22 |
| HSL | 42.1º | 0.53% | 0.54% | - |
| HSV(B) | 42.1º | 0.62% | 0.78% | - |
| XYZ | 38.22 | 39 | 12.35 | - |
| YUV | 164.15 | 78.26 | 153.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 76 | 0 | 0.18 | 0.62 | 0.22 | 42.1 | 0.53 | 0.54 |
| Hex | C8 | A3 | 4C | 0 | 12 | 3E | 16 | 2A | 35 | 36 |
| Octal | 310 | 243 | 114 | 0 | 22 | 76 | 26 | 52 | 65 | 66 |
| Binary | 11001000 | 10100011 | 1001100 | 0 | 10010 | 111110 | 10110 | 101010 | 110101 | 110110 |
Color Harmonies of #C8A34C
Complementary color
Monochromatic Colors of #C8A34C
Black with #C8A34C
Text Example
Text Example
White with #C8A34C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A34C; }
p { color: rgb(200,163,76); }
H1.HeaderClassName
{
color: #C8A34C;
}
.AnyTagClassName
{
color: #C8A34C;
}
</style>
background-color css
<style>
a { background-color: #C8A34C; }
a { background-color: rgb(200,163,76); }
div.DivClassName
{
background-color: #C8A34C;
}
.BgClassName
{
background-color: #C8A34C;
}
</style>
border-color css
<style>
span { border-color: #C8A34C; }
span { border-color: rgb(200,163,76); }
td.TdClassName
{
border-color: #C8A34C;
}
.TagClassName
{
border-color: #C8A34C;
}
</style>