Shades of Sundance #CEA048
Tints of Sundance #CEA048
RGB
CMYK
RGB Variations
Color information
#CEA048 (or 0xCEA048) is known color: Sundance. HEX triplet: CE, A0 and 48. RGB value is (206,160,72). Sum of RGB (Red+Green+Blue) = 206+160+72=438 (58% of max value = 765). Red value is 206 (80.86% from 255 or 47.03% from 438); Green value is 160 (62.89% from 255 or 36.53% from 438); Blue value is 72 (28.52% from 255 or 16.44% from 438); Max value from RGB is 206 - color contains mainly: red. Hex color #CEA048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEA048 is #315FB7. Grayscale: #A4A4A4. Windows color (decimal): -3235768 or 4759758. OLE color: 4759758.
HSL color Cylindrical-coordinate representation of color #CEA048: hue angle of 39.4º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CEA048 is Cyan = 0, Magento = 0.22, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 160 | 72 | - |
| CMYK | 0 | 0.22 | 0.65 | 0.19 |
| HSL | 39.4º | 0.58% | 0.55% | - |
| HSV(B) | 39.4º | 0.65% | 0.81% | - |
| XYZ | 39.19 | 38.73 | 11.54 | - |
| YUV | 163.72 | 76.24 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 160 | 72 | 0 | 0.22 | 0.65 | 0.19 | 39.4 | 0.58 | 0.55 |
| Hex | CE | A0 | 48 | 0 | 16 | 41 | 13 | 27 | 3A | 37 |
| Octal | 316 | 240 | 110 | 0 | 26 | 101 | 23 | 47 | 72 | 67 |
| Binary | 11001110 | 10100000 | 1001000 | 0 | 10110 | 1000001 | 10011 | 100111 | 111010 | 110111 |
Color Harmonies of #CEA048
Complementary color
Monochromatic Colors of #CEA048
Black with #CEA048
Text Example
Text Example
White with #CEA048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA048; }
p { color: rgb(206,160,72); }
H1.HeaderClassName
{
color: #CEA048;
}
.AnyTagClassName
{
color: #CEA048;
}
</style>
background-color css
<style>
a { background-color: #CEA048; }
a { background-color: rgb(206,160,72); }
div.DivClassName
{
background-color: #CEA048;
}
.BgClassName
{
background-color: #CEA048;
}
</style>
border-color css
<style>
span { border-color: #CEA048; }
span { border-color: rgb(206,160,72); }
td.TdClassName
{
border-color: #CEA048;
}
.TagClassName
{
border-color: #CEA048;
}
</style>