Shades of Chilean Fire #CC5622
Tints of Chilean Fire #CC5622
RGB
CMYK
RGB Variations
Color information
#CC5622 (or 0xCC5622) is known color: Chilean Fire. HEX triplet: CC, 56 and 22. RGB value is (204,86,34). Sum of RGB (Red+Green+Blue) = 204+86+34=324 (42% of max value = 765). Red value is 204 (80.08% from 255 or 62.96% from 324); Green value is 86 (33.98% from 255 or 26.54% from 324); Blue value is 34 (13.67% from 255 or 10.49% from 324); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5622 is #33A9DD. Grayscale: #737373. Windows color (decimal): -3385822 or 2250444. OLE color: 2250444.
HSL color Cylindrical-coordinate representation of color #CC5622: hue angle of 18.35º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC5622 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 34 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.2 |
| HSL | 18.35º | 0.71% | 0.47% | - |
| HSV(B) | 18.35º | 0.83% | 0.8% | - |
| XYZ | 28.52 | 19.61 | 3.8 | - |
| YUV | 115.35 | 82.09 | 191.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 34 | 0 | 0.58 | 0.83 | 0.2 | 18.35 | 0.71 | 0.47 |
| Hex | CC | 56 | 22 | 0 | 3A | 53 | 14 | 12 | 47 | 2F |
| Octal | 314 | 126 | 42 | 0 | 72 | 123 | 24 | 22 | 107 | 57 |
| Binary | 11001100 | 1010110 | 100010 | 0 | 111010 | 1010011 | 10100 | 10010 | 1000111 | 101111 |
Color Harmonies of #CC5622
Complementary color
Monochromatic Colors of #CC5622
Black with #CC5622
Text Example
Text Example
White with #CC5622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5622; }
p { color: rgb(204,86,34); }
H1.HeaderClassName
{
color: #CC5622;
}
.AnyTagClassName
{
color: #CC5622;
}
</style>
background-color css
<style>
a { background-color: #CC5622; }
a { background-color: rgb(204,86,34); }
div.DivClassName
{
background-color: #CC5622;
}
.BgClassName
{
background-color: #CC5622;
}
</style>
border-color css
<style>
span { border-color: #CC5622; }
span { border-color: rgb(204,86,34); }
td.TdClassName
{
border-color: #CC5622;
}
.TagClassName
{
border-color: #CC5622;
}
</style>