Shades of Chilean Fire #CC602A
Tints of Chilean Fire #CC602A
RGB
CMYK
RGB Variations
Color information
#CC602A (or 0xCC602A) is known color: Chilean Fire. HEX triplet: CC, 60 and 2A. RGB value is (204,96,42). Sum of RGB (Red+Green+Blue) = 204+96+42=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 96 (37.89% from 255 or 28.07% from 342); Blue value is 42 (16.80% from 255 or 12.28% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC602A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC602A is #339FD5. Grayscale: #7A7A7A. Windows color (decimal): -3383254 or 2777292. OLE color: 2777292.
HSL color Cylindrical-coordinate representation of color #CC602A: hue angle of 20º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC602A is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 42 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.2 |
| HSL | 20º | 0.66% | 0.48% | - |
| HSV(B) | 20º | 0.79% | 0.8% | - |
| XYZ | 29.5 | 21.37 | 4.76 | - |
| YUV | 122.14 | 82.78 | 186.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 42 | 0 | 0.53 | 0.79 | 0.2 | 20 | 0.66 | 0.48 |
| Hex | CC | 60 | 2A | 0 | 35 | 4F | 14 | 14 | 42 | 30 |
| Octal | 314 | 140 | 52 | 0 | 65 | 117 | 24 | 24 | 102 | 60 |
| Binary | 11001100 | 1100000 | 101010 | 0 | 110101 | 1001111 | 10100 | 10100 | 1000010 | 110000 |
Color Harmonies of #CC602A
Complementary color
Monochromatic Colors of #CC602A
Black with #CC602A
Text Example
Text Example
White with #CC602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC602A; }
p { color: rgb(204,96,42); }
H1.HeaderClassName
{
color: #CC602A;
}
.AnyTagClassName
{
color: #CC602A;
}
</style>
background-color css
<style>
a { background-color: #CC602A; }
a { background-color: rgb(204,96,42); }
div.DivClassName
{
background-color: #CC602A;
}
.BgClassName
{
background-color: #CC602A;
}
</style>
border-color css
<style>
span { border-color: #CC602A; }
span { border-color: rgb(204,96,42); }
td.TdClassName
{
border-color: #CC602A;
}
.TagClassName
{
border-color: #CC602A;
}
</style>