Shades of Chilean Fire #CC602F
Tints of Chilean Fire #CC602F
RGB
CMYK
RGB Variations
Color information
#CC602F (or 0xCC602F) is known color: Chilean Fire. HEX triplet: CC, 60 and 2F. RGB value is (204,96,47). Sum of RGB (Red+Green+Blue) = 204+96+47=347 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.79% from 347); Green value is 96 (37.89% from 255 or 27.67% from 347); Blue value is 47 (18.75% from 255 or 13.54% from 347); Max value from RGB is 204 - color contains mainly: red. Hex color #CC602F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC602F is #339FD0. Grayscale: #7B7B7B. Windows color (decimal): -3383249 or 3104972. OLE color: 3104972.
HSL color Cylindrical-coordinate representation of color #CC602F: hue angle of 18.73º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC602F is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 47 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.2 |
| HSL | 18.73º | 0.63% | 0.49% | - |
| HSV(B) | 18.73º | 0.77% | 0.8% | - |
| XYZ | 29.6 | 21.41 | 5.26 | - |
| YUV | 122.71 | 85.28 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 47 | 0 | 0.53 | 0.77 | 0.2 | 18.73 | 0.63 | 0.49 |
| Hex | CC | 60 | 2F | 0 | 35 | 4D | 14 | 13 | 3F | 31 |
| Octal | 314 | 140 | 57 | 0 | 65 | 115 | 24 | 23 | 77 | 61 |
| Binary | 11001100 | 1100000 | 101111 | 0 | 110101 | 1001101 | 10100 | 10011 | 111111 | 110001 |
Color Harmonies of #CC602F
Complementary color
Monochromatic Colors of #CC602F
Black with #CC602F
Text Example
Text Example
White with #CC602F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC602F; }
p { color: rgb(204,96,47); }
H1.HeaderClassName
{
color: #CC602F;
}
.AnyTagClassName
{
color: #CC602F;
}
</style>
background-color css
<style>
a { background-color: #CC602F; }
a { background-color: rgb(204,96,47); }
div.DivClassName
{
background-color: #CC602F;
}
.BgClassName
{
background-color: #CC602F;
}
</style>
border-color css
<style>
span { border-color: #CC602F; }
span { border-color: rgb(204,96,47); }
td.TdClassName
{
border-color: #CC602F;
}
.TagClassName
{
border-color: #CC602F;
}
</style>