Shades of Chilean Fire #CE6032
Tints of Chilean Fire #CE6032
RGB
CMYK
RGB Variations
Color information
#CE6032 (or 0xCE6032) is known color: Chilean Fire. HEX triplet: CE, 60 and 32. RGB value is (206,96,50). Sum of RGB (Red+Green+Blue) = 206+96+50=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 50 (19.92% from 255 or 14.20% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6032 is #319FCD. Grayscale: #7B7B7B. Windows color (decimal): -3252174 or 3301582. OLE color: 3301582.
HSL color Cylindrical-coordinate representation of color #CE6032: hue angle of 17.69º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE6032 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 96 | 50 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.19 |
| HSL | 17.69º | 0.61% | 0.5% | - |
| HSV(B) | 17.69º | 0.76% | 0.81% | - |
| XYZ | 30.21 | 21.72 | 5.62 | - |
| YUV | 123.65 | 86.44 | 186.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 96 | 50 | 0 | 0.53 | 0.76 | 0.19 | 17.69 | 0.61 | 0.5 |
| Hex | CE | 60 | 32 | 0 | 35 | 4C | 13 | 12 | 3D | 32 |
| Octal | 316 | 140 | 62 | 0 | 65 | 114 | 23 | 22 | 75 | 62 |
| Binary | 11001110 | 1100000 | 110010 | 0 | 110101 | 1001100 | 10011 | 10010 | 111101 | 110010 |
Color Harmonies of #CE6032
Complementary color
Monochromatic Colors of #CE6032
Black with #CE6032
Text Example
Text Example
White with #CE6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6032; }
p { color: rgb(206,96,50); }
H1.HeaderClassName
{
color: #CE6032;
}
.AnyTagClassName
{
color: #CE6032;
}
</style>
background-color css
<style>
a { background-color: #CE6032; }
a { background-color: rgb(206,96,50); }
div.DivClassName
{
background-color: #CE6032;
}
.BgClassName
{
background-color: #CE6032;
}
</style>
border-color css
<style>
span { border-color: #CE6032; }
span { border-color: rgb(206,96,50); }
td.TdClassName
{
border-color: #CE6032;
}
.TagClassName
{
border-color: #CE6032;
}
</style>