Shades of Chilean Fire #CC602B
Tints of Chilean Fire #CC602B
RGB
CMYK
RGB Variations
Color information
#CC602B (or 0xCC602B) is known color: Chilean Fire. HEX triplet: CC, 60 and 2B. RGB value is (204,96,43). Sum of RGB (Red+Green+Blue) = 204+96+43=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 43 (17.19% from 255 or 12.54% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC602B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC602B is #339FD4. Grayscale: #7A7A7A. Windows color (decimal): -3383253 or 2842828. OLE color: 2842828.
HSL color Cylindrical-coordinate representation of color #CC602B: hue angle of 19.75º degrees, saturation: 0.65, 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 #CC602B is Cyan = 0, Magento = 0.53, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 96 | 43 | - |
| CMYK | 0 | 0.53 | 0.79 | 0.2 |
| HSL | 19.75º | 0.65% | 0.48% | - |
| HSV(B) | 19.75º | 0.79% | 0.8% | - |
| XYZ | 29.52 | 21.38 | 4.86 | - |
| YUV | 122.25 | 83.28 | 186.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 96 | 43 | 0 | 0.53 | 0.79 | 0.2 | 19.75 | 0.65 | 0.48 |
| Hex | CC | 60 | 2B | 0 | 35 | 4F | 14 | 14 | 41 | 30 |
| Octal | 314 | 140 | 53 | 0 | 65 | 117 | 24 | 24 | 101 | 60 |
| Binary | 11001100 | 1100000 | 101011 | 0 | 110101 | 1001111 | 10100 | 10100 | 1000001 | 110000 |
Color Harmonies of #CC602B
Complementary color
Monochromatic Colors of #CC602B
Black with #CC602B
Text Example
Text Example
White with #CC602B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC602B; }
p { color: rgb(204,96,43); }
H1.HeaderClassName
{
color: #CC602B;
}
.AnyTagClassName
{
color: #CC602B;
}
</style>
background-color css
<style>
a { background-color: #CC602B; }
a { background-color: rgb(204,96,43); }
div.DivClassName
{
background-color: #CC602B;
}
.BgClassName
{
background-color: #CC602B;
}
</style>
border-color css
<style>
span { border-color: #CC602B; }
span { border-color: rgb(204,96,43); }
td.TdClassName
{
border-color: #CC602B;
}
.TagClassName
{
border-color: #CC602B;
}
</style>