Shades of Sundance #C8A248
Tints of Sundance #C8A248
RGB
CMYK
RGB Variations
Color information
#C8A248 (or 0xC8A248) is known color: Sundance. HEX triplet: C8, A2 and 48. RGB value is (200,162,72). Sum of RGB (Red+Green+Blue) = 200+162+72=434 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.08% from 434); Green value is 162 (63.67% from 255 or 37.33% from 434); Blue value is 72 (28.52% from 255 or 16.59% from 434); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A248 is #375DB7. Grayscale: #A3A3A3. Windows color (decimal): -3628472 or 4760264. OLE color: 4760264.
HSL color Cylindrical-coordinate representation of color #C8A248: hue angle of 42.19º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C8A248 is Cyan = 0, Magento = 0.19, Yellow = 0.64 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 162 | 72 | - |
| CMYK | 0 | 0.19 | 0.64 | 0.22 |
| HSL | 42.19º | 0.54% | 0.53% | - |
| HSV(B) | 42.19º | 0.64% | 0.78% | - |
| XYZ | 37.91 | 38.59 | 11.58 | - |
| YUV | 163.1 | 76.59 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 72 | 0 | 0.19 | 0.64 | 0.22 | 42.19 | 0.54 | 0.53 |
| Hex | C8 | A2 | 48 | 0 | 13 | 40 | 16 | 2A | 36 | 35 |
| Octal | 310 | 242 | 110 | 0 | 23 | 100 | 26 | 52 | 66 | 65 |
| Binary | 11001000 | 10100010 | 1001000 | 0 | 10011 | 1000000 | 10110 | 101010 | 110110 | 110101 |
Color Harmonies of #C8A248
Complementary color
Monochromatic Colors of #C8A248
Black with #C8A248
Text Example
Text Example
White with #C8A248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A248; }
p { color: rgb(200,162,72); }
H1.HeaderClassName
{
color: #C8A248;
}
.AnyTagClassName
{
color: #C8A248;
}
</style>
background-color css
<style>
a { background-color: #C8A248; }
a { background-color: rgb(200,162,72); }
div.DivClassName
{
background-color: #C8A248;
}
.BgClassName
{
background-color: #C8A248;
}
</style>
border-color css
<style>
span { border-color: #C8A248; }
span { border-color: rgb(200,162,72); }
td.TdClassName
{
border-color: #C8A248;
}
.TagClassName
{
border-color: #C8A248;
}
</style>