Shades of Chilean Fire #CC5E36
Tints of Chilean Fire #CC5E36
RGB
CMYK
RGB Variations
Color information
#CC5E36 (or 0xCC5E36) is known color: Chilean Fire. HEX triplet: CC, 5E and 36. RGB value is (204,94,54). Sum of RGB (Red+Green+Blue) = 204+94+54=352 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.95% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 54 (21.48% from 255 or 15.34% from 352); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5E36 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5E36 is #33A1C9. Grayscale: #7A7A7A. Windows color (decimal): -3383754 or 3563212. OLE color: 3563212.
HSL color Cylindrical-coordinate representation of color #CC5E36: hue angle of 16º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CC5E36 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 94 | 54 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.2 |
| HSL | 16º | 0.6% | 0.51% | - |
| HSV(B) | 16º | 0.74% | 0.8% | - |
| XYZ | 29.57 | 21.11 | 6.01 | - |
| YUV | 122.33 | 89.44 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 94 | 54 | 0 | 0.54 | 0.74 | 0.2 | 16 | 0.6 | 0.51 |
| Hex | CC | 5E | 36 | 0 | 36 | 4A | 14 | 10 | 3C | 33 |
| Octal | 314 | 136 | 66 | 0 | 66 | 112 | 24 | 20 | 74 | 63 |
| Binary | 11001100 | 1011110 | 110110 | 0 | 110110 | 1001010 | 10100 | 10000 | 111100 | 110011 |
Color Harmonies of #CC5E36
Complementary color
Monochromatic Colors of #CC5E36
Black with #CC5E36
Text Example
Text Example
White with #CC5E36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5E36; }
p { color: rgb(204,94,54); }
H1.HeaderClassName
{
color: #CC5E36;
}
.AnyTagClassName
{
color: #CC5E36;
}
</style>
background-color css
<style>
a { background-color: #CC5E36; }
a { background-color: rgb(204,94,54); }
div.DivClassName
{
background-color: #CC5E36;
}
.BgClassName
{
background-color: #CC5E36;
}
</style>
border-color css
<style>
span { border-color: #CC5E36; }
span { border-color: rgb(204,94,54); }
td.TdClassName
{
border-color: #CC5E36;
}
.TagClassName
{
border-color: #CC5E36;
}
</style>