Shades of Chilean Fire #CE6432
Tints of Chilean Fire #CE6432
RGB
CMYK
RGB Variations
Color information
#CE6432 (or 0xCE6432) is known color: Chilean Fire. HEX triplet: CE, 64 and 32. RGB value is (206,100,50). Sum of RGB (Red+Green+Blue) = 206+100+50=356 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.87% from 356); Green value is 100 (39.45% from 255 or 28.09% from 356); Blue value is 50 (19.92% from 255 or 14.04% from 356); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6432 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6432 is #319BCD. Grayscale: #7E7E7E. Windows color (decimal): -3251150 or 3302606. OLE color: 3302606.
HSL color Cylindrical-coordinate representation of color #CE6432: hue angle of 19.23º 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 #CE6432 is Cyan = 0, Magento = 0.51, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 100 | 50 | - |
| CMYK | 0 | 0.51 | 0.76 | 0.19 |
| HSL | 19.23º | 0.61% | 0.5% | - |
| HSV(B) | 19.23º | 0.76% | 0.81% | - |
| XYZ | 30.59 | 22.47 | 5.74 | - |
| YUV | 125.99 | 85.12 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 100 | 50 | 0 | 0.51 | 0.76 | 0.19 | 19.23 | 0.61 | 0.5 |
| Hex | CE | 64 | 32 | 0 | 33 | 4C | 13 | 13 | 3D | 32 |
| Octal | 316 | 144 | 62 | 0 | 63 | 114 | 23 | 23 | 75 | 62 |
| Binary | 11001110 | 1100100 | 110010 | 0 | 110011 | 1001100 | 10011 | 10011 | 111101 | 110010 |
Color Harmonies of #CE6432
Complementary color
Monochromatic Colors of #CE6432
Black with #CE6432
Text Example
Text Example
White with #CE6432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6432; }
p { color: rgb(206,100,50); }
H1.HeaderClassName
{
color: #CE6432;
}
.AnyTagClassName
{
color: #CE6432;
}
</style>
background-color css
<style>
a { background-color: #CE6432; }
a { background-color: rgb(206,100,50); }
div.DivClassName
{
background-color: #CE6432;
}
.BgClassName
{
background-color: #CE6432;
}
</style>
border-color css
<style>
span { border-color: #CE6432; }
span { border-color: rgb(206,100,50); }
td.TdClassName
{
border-color: #CE6432;
}
.TagClassName
{
border-color: #CE6432;
}
</style>