Shades of Chilean Fire #CF6032
Tints of Chilean Fire #CF6032
RGB
CMYK
RGB Variations
Color information
#CF6032 (or 0xCF6032) is known color: Chilean Fire. HEX triplet: CF, 60 and 32. RGB value is (207,96,50). Sum of RGB (Red+Green+Blue) = 207+96+50=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 50 (19.92% from 255 or 14.16% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6032 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6032 is #309FCD. Grayscale: #7C7C7C. Windows color (decimal): -3186638 or 3301583. OLE color: 3301583.
HSL color Cylindrical-coordinate representation of color #CF6032: hue angle of 17.58º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CF6032 is Cyan = 0, Magento = 0.54, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 96 | 50 | - |
| CMYK | 0 | 0.54 | 0.76 | 0.19 |
| HSL | 17.58º | 0.62% | 0.5% | - |
| HSV(B) | 17.58º | 0.76% | 0.81% | - |
| XYZ | 30.49 | 21.86 | 5.63 | - |
| YUV | 123.95 | 86.27 | 187.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 96 | 50 | 0 | 0.54 | 0.76 | 0.19 | 17.58 | 0.62 | 0.5 |
| Hex | CF | 60 | 32 | 0 | 36 | 4C | 13 | 12 | 3E | 32 |
| Octal | 317 | 140 | 62 | 0 | 66 | 114 | 23 | 22 | 76 | 62 |
| Binary | 11001111 | 1100000 | 110010 | 0 | 110110 | 1001100 | 10011 | 10010 | 111110 | 110010 |
Color Harmonies of #CF6032
Complementary color
Monochromatic Colors of #CF6032
Black with #CF6032
Text Example
Text Example
White with #CF6032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6032; }
p { color: rgb(207,96,50); }
H1.HeaderClassName
{
color: #CF6032;
}
.AnyTagClassName
{
color: #CF6032;
}
</style>
background-color css
<style>
a { background-color: #CF6032; }
a { background-color: rgb(207,96,50); }
div.DivClassName
{
background-color: #CF6032;
}
.BgClassName
{
background-color: #CF6032;
}
</style>
border-color css
<style>
span { border-color: #CF6032; }
span { border-color: rgb(207,96,50); }
td.TdClassName
{
border-color: #CF6032;
}
.TagClassName
{
border-color: #CF6032;
}
</style>