Shades of Chilean Fire #CC5A2C
Tints of Chilean Fire #CC5A2C
RGB
CMYK
RGB Variations
Color information
#CC5A2C (or 0xCC5A2C) is known color: Chilean Fire. HEX triplet: CC, 5A and 2C. RGB value is (204,90,44). Sum of RGB (Red+Green+Blue) = 204+90+44=338 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.36% from 338); Green value is 90 (35.55% from 255 or 26.63% from 338); Blue value is 44 (17.58% from 255 or 13.02% from 338); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A2C is #33A5D3. Grayscale: #777777. Windows color (decimal): -3384788 or 2906828. OLE color: 2906828.
HSL color Cylindrical-coordinate representation of color #CC5A2C: hue angle of 17.25º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC5A2C is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 44 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.2 |
| HSL | 17.25º | 0.65% | 0.49% | - |
| HSV(B) | 17.25º | 0.78% | 0.8% | - |
| XYZ | 29.01 | 20.33 | 4.78 | - |
| YUV | 118.84 | 85.77 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 44 | 0 | 0.56 | 0.78 | 0.2 | 17.25 | 0.65 | 0.49 |
| Hex | CC | 5A | 2C | 0 | 38 | 4E | 14 | 11 | 41 | 31 |
| Octal | 314 | 132 | 54 | 0 | 70 | 116 | 24 | 21 | 101 | 61 |
| Binary | 11001100 | 1011010 | 101100 | 0 | 111000 | 1001110 | 10100 | 10001 | 1000001 | 110001 |
Color Harmonies of #CC5A2C
Complementary color
Monochromatic Colors of #CC5A2C
Black with #CC5A2C
Text Example
Text Example
White with #CC5A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A2C; }
p { color: rgb(204,90,44); }
H1.HeaderClassName
{
color: #CC5A2C;
}
.AnyTagClassName
{
color: #CC5A2C;
}
</style>
background-color css
<style>
a { background-color: #CC5A2C; }
a { background-color: rgb(204,90,44); }
div.DivClassName
{
background-color: #CC5A2C;
}
.BgClassName
{
background-color: #CC5A2C;
}
</style>
border-color css
<style>
span { border-color: #CC5A2C; }
span { border-color: rgb(204,90,44); }
td.TdClassName
{
border-color: #CC5A2C;
}
.TagClassName
{
border-color: #CC5A2C;
}
</style>