Shades of Chilean Fire #CC5C31
Tints of Chilean Fire #CC5C31
RGB
CMYK
RGB Variations
Color information
#CC5C31 (or 0xCC5C31) is known color: Chilean Fire. HEX triplet: CC, 5C and 31. RGB value is (204,92,49). Sum of RGB (Red+Green+Blue) = 204+92+49=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C31 is #33A3CE. Grayscale: #787878. Windows color (decimal): -3384271 or 3235020. OLE color: 3235020.
HSL color Cylindrical-coordinate representation of color #CC5C31: hue angle of 16.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC5C31 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 49 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.2 |
| HSL | 16.65º | 0.61% | 0.5% | - |
| HSV(B) | 16.65º | 0.76% | 0.8% | - |
| XYZ | 29.28 | 20.71 | 5.36 | - |
| YUV | 120.59 | 87.61 | 187.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 49 | 0 | 0.55 | 0.76 | 0.2 | 16.65 | 0.61 | 0.5 |
| Hex | CC | 5C | 31 | 0 | 37 | 4C | 14 | 11 | 3D | 32 |
| Octal | 314 | 134 | 61 | 0 | 67 | 114 | 24 | 21 | 75 | 62 |
| Binary | 11001100 | 1011100 | 110001 | 0 | 110111 | 1001100 | 10100 | 10001 | 111101 | 110010 |
Color Harmonies of #CC5C31
Complementary color
Monochromatic Colors of #CC5C31
Black with #CC5C31
Text Example
Text Example
White with #CC5C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C31; }
p { color: rgb(204,92,49); }
H1.HeaderClassName
{
color: #CC5C31;
}
.AnyTagClassName
{
color: #CC5C31;
}
</style>
background-color css
<style>
a { background-color: #CC5C31; }
a { background-color: rgb(204,92,49); }
div.DivClassName
{
background-color: #CC5C31;
}
.BgClassName
{
background-color: #CC5C31;
}
</style>
border-color css
<style>
span { border-color: #CC5C31; }
span { border-color: rgb(204,92,49); }
td.TdClassName
{
border-color: #CC5C31;
}
.TagClassName
{
border-color: #CC5C31;
}
</style>