Shades of Chilean Fire #CE6332
Tints of Chilean Fire #CE6332
RGB
CMYK
RGB Variations
Color information
#CE6332 (or 0xCE6332) is known color: Chilean Fire. HEX triplet: CE, 63 and 32. RGB value is (206,99,50). Sum of RGB (Red+Green+Blue) = 206+99+50=355 (47% of max value = 765). Red value is 206 (80.86% from 255 or 58.03% from 355); Green value is 99 (39.06% from 255 or 27.89% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6332 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6332 is #319CCD. Grayscale: #7D7D7D. Windows color (decimal): -3251406 or 3302350. OLE color: 3302350.
HSL color Cylindrical-coordinate representation of color #CE6332: hue angle of 18.85º 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 #CE6332 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 99 | 50 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.19 |
| HSL | 18.85º | 0.61% | 0.5% | - |
| HSV(B) | 18.85º | 0.76% | 0.81% | - |
| XYZ | 30.49 | 22.28 | 5.71 | - |
| YUV | 125.41 | 85.45 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 99 | 50 | 0 | 0.52 | 0.76 | 0.19 | 18.85 | 0.61 | 0.5 |
| Hex | CE | 63 | 32 | 0 | 34 | 4C | 13 | 13 | 3D | 32 |
| Octal | 316 | 143 | 62 | 0 | 64 | 114 | 23 | 23 | 75 | 62 |
| Binary | 11001110 | 1100011 | 110010 | 0 | 110100 | 1001100 | 10011 | 10011 | 111101 | 110010 |
Color Harmonies of #CE6332
Complementary color
Monochromatic Colors of #CE6332
Black with #CE6332
Text Example
Text Example
White with #CE6332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6332; }
p { color: rgb(206,99,50); }
H1.HeaderClassName
{
color: #CE6332;
}
.AnyTagClassName
{
color: #CE6332;
}
</style>
background-color css
<style>
a { background-color: #CE6332; }
a { background-color: rgb(206,99,50); }
div.DivClassName
{
background-color: #CE6332;
}
.BgClassName
{
background-color: #CE6332;
}
</style>
border-color css
<style>
span { border-color: #CE6332; }
span { border-color: rgb(206,99,50); }
td.TdClassName
{
border-color: #CE6332;
}
.TagClassName
{
border-color: #CE6332;
}
</style>