Shades of Chilean Fire #CC612C
Tints of Chilean Fire #CC612C
RGB
CMYK
RGB Variations
Color information
#CC612C (or 0xCC612C) is known color: Chilean Fire. HEX triplet: CC, 61 and 2C. RGB value is (204,97,44). Sum of RGB (Red+Green+Blue) = 204+97+44=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 97 (38.28% from 255 or 28.12% from 345); Blue value is 44 (17.58% from 255 or 12.75% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC612C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC612C is #339ED3. Grayscale: #7B7B7B. Windows color (decimal): -3382996 or 2908620. OLE color: 2908620.
HSL color Cylindrical-coordinate representation of color #CC612C: hue angle of 19.88º 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 #CC612C is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 97 | 44 | - |
| CMYK | 0 | 0.52 | 0.78 | 0.2 |
| HSL | 19.88º | 0.65% | 0.49% | - |
| HSV(B) | 19.88º | 0.78% | 0.8% | - |
| XYZ | 29.63 | 21.57 | 4.98 | - |
| YUV | 122.95 | 83.45 | 185.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 97 | 44 | 0 | 0.52 | 0.78 | 0.2 | 19.88 | 0.65 | 0.49 |
| Hex | CC | 61 | 2C | 0 | 34 | 4E | 14 | 14 | 41 | 31 |
| Octal | 314 | 141 | 54 | 0 | 64 | 116 | 24 | 24 | 101 | 61 |
| Binary | 11001100 | 1100001 | 101100 | 0 | 110100 | 1001110 | 10100 | 10100 | 1000001 | 110001 |
Color Harmonies of #CC612C
Complementary color
Monochromatic Colors of #CC612C
Black with #CC612C
Text Example
Text Example
White with #CC612C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC612C; }
p { color: rgb(204,97,44); }
H1.HeaderClassName
{
color: #CC612C;
}
.AnyTagClassName
{
color: #CC612C;
}
</style>
background-color css
<style>
a { background-color: #CC612C; }
a { background-color: rgb(204,97,44); }
div.DivClassName
{
background-color: #CC612C;
}
.BgClassName
{
background-color: #CC612C;
}
</style>
border-color css
<style>
span { border-color: #CC612C; }
span { border-color: rgb(204,97,44); }
td.TdClassName
{
border-color: #CC612C;
}
.TagClassName
{
border-color: #CC612C;
}
</style>