Shades of Chilean Fire #CE6533
Tints of Chilean Fire #CE6533
RGB
CMYK
RGB Variations
Color information
#CE6533 (or 0xCE6533) is known color: Chilean Fire. HEX triplet: CE, 65 and 33. RGB value is (206,101,51). Sum of RGB (Red+Green+Blue) = 206+101+51=358 (47% of max value = 765). Red value is 206 (80.86% from 255 or 57.54% from 358); Green value is 101 (39.84% from 255 or 28.21% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 206 - color contains mainly: red. Hex color #CE6533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CE6533 is #319ACC. Grayscale: #7E7E7E. Windows color (decimal): -3250893 or 3368398. OLE color: 3368398.
HSL color Cylindrical-coordinate representation of color #CE6533: hue angle of 19.35º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE6533 is Cyan = 0, Magento = 0.51, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 101 | 51 | - |
| CMYK | 0 | 0.51 | 0.75 | 0.19 |
| HSL | 19.35º | 0.61% | 0.5% | - |
| HSV(B) | 19.35º | 0.75% | 0.81% | - |
| XYZ | 30.7 | 22.67 | 5.89 | - |
| YUV | 126.7 | 85.29 | 184.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 101 | 51 | 0 | 0.51 | 0.75 | 0.19 | 19.35 | 0.61 | 0.5 |
| Hex | CE | 65 | 33 | 0 | 33 | 4B | 13 | 13 | 3D | 32 |
| Octal | 316 | 145 | 63 | 0 | 63 | 113 | 23 | 23 | 75 | 62 |
| Binary | 11001110 | 1100101 | 110011 | 0 | 110011 | 1001011 | 10011 | 10011 | 111101 | 110010 |
Color Harmonies of #CE6533
Complementary color
Monochromatic Colors of #CE6533
Black with #CE6533
Text Example
Text Example
White with #CE6533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE6533; }
p { color: rgb(206,101,51); }
H1.HeaderClassName
{
color: #CE6533;
}
.AnyTagClassName
{
color: #CE6533;
}
</style>
background-color css
<style>
a { background-color: #CE6533; }
a { background-color: rgb(206,101,51); }
div.DivClassName
{
background-color: #CE6533;
}
.BgClassName
{
background-color: #CE6533;
}
</style>
border-color css
<style>
span { border-color: #CE6533; }
span { border-color: rgb(206,101,51); }
td.TdClassName
{
border-color: #CE6533;
}
.TagClassName
{
border-color: #CE6533;
}
</style>