Shades of Chilean Fire #CC6231
Tints of Chilean Fire #CC6231
RGB
CMYK
RGB Variations
Color information
#CC6231 (or 0xCC6231) is known color: Chilean Fire. HEX triplet: CC, 62 and 31. RGB value is (204,98,49). Sum of RGB (Red+Green+Blue) = 204+98+49=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 98 (38.67% from 255 or 27.92% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC6231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC6231 is #339DCE. Grayscale: #7C7C7C. Windows color (decimal): -3382735 or 3236556. OLE color: 3236556.
HSL color Cylindrical-coordinate representation of color #CC6231: hue angle of 18.97º 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 #CC6231 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 98 | 49 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.2 |
| HSL | 18.97º | 0.61% | 0.5% | - |
| HSV(B) | 18.97º | 0.76% | 0.8% | - |
| XYZ | 29.82 | 21.79 | 5.54 | - |
| YUV | 124.11 | 85.62 | 184.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 98 | 49 | 0 | 0.52 | 0.76 | 0.2 | 18.97 | 0.61 | 0.5 |
| Hex | CC | 62 | 31 | 0 | 34 | 4C | 14 | 13 | 3D | 32 |
| Octal | 314 | 142 | 61 | 0 | 64 | 114 | 24 | 23 | 75 | 62 |
| Binary | 11001100 | 1100010 | 110001 | 0 | 110100 | 1001100 | 10100 | 10011 | 111101 | 110010 |
Color Harmonies of #CC6231
Complementary color
Monochromatic Colors of #CC6231
Black with #CC6231
Text Example
Text Example
White with #CC6231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC6231; }
p { color: rgb(204,98,49); }
H1.HeaderClassName
{
color: #CC6231;
}
.AnyTagClassName
{
color: #CC6231;
}
</style>
background-color css
<style>
a { background-color: #CC6231; }
a { background-color: rgb(204,98,49); }
div.DivClassName
{
background-color: #CC6231;
}
.BgClassName
{
background-color: #CC6231;
}
</style>
border-color css
<style>
span { border-color: #CC6231; }
span { border-color: rgb(204,98,49); }
td.TdClassName
{
border-color: #CC6231;
}
.TagClassName
{
border-color: #CC6231;
}
</style>