Shades of Chilean Fire #C95932
Tints of Chilean Fire #C95932
RGB
CMYK
RGB Variations
Color information
#C95932 (or 0xC95932) is known color: Chilean Fire. HEX triplet: C9, 59 and 32. RGB value is (201,89,50). Sum of RGB (Red+Green+Blue) = 201+89+50=340 (45% of max value = 765). Red value is 201 (78.91% from 255 or 59.12% from 340); Green value is 89 (35.16% from 255 or 26.18% from 340); Blue value is 50 (19.92% from 255 or 14.71% from 340); Max value from RGB is 201 - color contains mainly: red. Hex color #C95932 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C95932 is #36A6CD. Grayscale: #767676. Windows color (decimal): -3581646 or 3299785. OLE color: 3299785.
HSL color Cylindrical-coordinate representation of color #C95932: hue angle of 15.5º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C95932 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 89 | 50 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.21 |
| HSL | 15.5º | 0.6% | 0.49% | - |
| HSV(B) | 15.5º | 0.75% | 0.79% | - |
| XYZ | 28.24 | 19.79 | 5.35 | - |
| YUV | 118.04 | 89.61 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 89 | 50 | 0 | 0.56 | 0.75 | 0.21 | 15.5 | 0.6 | 0.49 |
| Hex | C9 | 59 | 32 | 0 | 38 | 4B | 15 | F | 3C | 31 |
| Octal | 311 | 131 | 62 | 0 | 70 | 113 | 25 | 17 | 74 | 61 |
| Binary | 11001001 | 1011001 | 110010 | 0 | 111000 | 1001011 | 10101 | 1111 | 111100 | 110001 |
Color Harmonies of #C95932
Complementary color
Monochromatic Colors of #C95932
Black with #C95932
Text Example
Text Example
White with #C95932
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C95932; }
p { color: rgb(201,89,50); }
H1.HeaderClassName
{
color: #C95932;
}
.AnyTagClassName
{
color: #C95932;
}
</style>
background-color css
<style>
a { background-color: #C95932; }
a { background-color: rgb(201,89,50); }
div.DivClassName
{
background-color: #C95932;
}
.BgClassName
{
background-color: #C95932;
}
</style>
border-color css
<style>
span { border-color: #C95932; }
span { border-color: rgb(201,89,50); }
td.TdClassName
{
border-color: #C95932;
}
.TagClassName
{
border-color: #C95932;
}
</style>