Shades of Sundance #CE9F48
Tints of Sundance #CE9F48
RGB
CMYK
RGB Variations
Color information
#CE9F48 (or 0xCE9F48) is known color: Sundance. HEX triplet: CE, 9F and 48. RGB value is (206,159,72). Sum of RGB (Red+Green+Blue) = 206+159+72=437 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.14% from 437); Green value is 159 (62.5% from 255 or 36.38% from 437); Blue value is 72 (28.52% from 255 or 16.48% from 437); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9F48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CE9F48 is #3160B7. Grayscale: #A3A3A3. Windows color (decimal): -3236024 or 4759502. OLE color: 4759502.
HSL color Cylindrical-coordinate representation of color #CE9F48: hue angle of 38.96º 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 #CE9F48 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 159 | 72 | - |
| CMYK | 0 | 0.23 | 0.65 | 0.19 |
| HSL | 38.96º | 0.58% | 0.55% | - |
| HSV(B) | 38.96º | 0.65% | 0.81% | - |
| XYZ | 39.02 | 38.39 | 11.48 | - |
| YUV | 163.14 | 76.57 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 159 | 72 | 0 | 0.23 | 0.65 | 0.19 | 38.96 | 0.58 | 0.55 |
| Hex | CE | 9F | 48 | 0 | 17 | 41 | 13 | 27 | 3A | 37 |
| Octal | 316 | 237 | 110 | 0 | 27 | 101 | 23 | 47 | 72 | 67 |
| Binary | 11001110 | 10011111 | 1001000 | 0 | 10111 | 1000001 | 10011 | 100111 | 111010 | 110111 |
Color Harmonies of #CE9F48
Complementary color
Monochromatic Colors of #CE9F48
Black with #CE9F48
Text Example
Text Example
White with #CE9F48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9F48; }
p { color: rgb(206,159,72); }
H1.HeaderClassName
{
color: #CE9F48;
}
.AnyTagClassName
{
color: #CE9F48;
}
</style>
background-color css
<style>
a { background-color: #CE9F48; }
a { background-color: rgb(206,159,72); }
div.DivClassName
{
background-color: #CE9F48;
}
.BgClassName
{
background-color: #CE9F48;
}
</style>
border-color css
<style>
span { border-color: #CE9F48; }
span { border-color: rgb(206,159,72); }
td.TdClassName
{
border-color: #CE9F48;
}
.TagClassName
{
border-color: #CE9F48;
}
</style>