Shades of Chilean Fire #C85832
Tints of Chilean Fire #C85832
RGB
CMYK
RGB Variations
Color information
#C85832 (or 0xC85832) is known color: Chilean Fire. HEX triplet: C8, 58 and 32. RGB value is (200,88,50). Sum of RGB (Red+Green+Blue) = 200+88+50=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 88 (34.77% from 255 or 26.04% from 338); Blue value is 50 (19.92% from 255 or 14.79% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C85832 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85832 is #37A7CD. Grayscale: #757575. Windows color (decimal): -3647438 or 3299528. OLE color: 3299528.
HSL color Cylindrical-coordinate representation of color #C85832: hue angle of 15.2º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85832 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 50 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.22 |
| HSL | 15.2º | 0.6% | 0.49% | - |
| HSV(B) | 15.2º | 0.75% | 0.78% | - |
| XYZ | 27.88 | 19.49 | 5.31 | - |
| YUV | 117.16 | 90.11 | 187.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 50 | 0 | 0.56 | 0.75 | 0.22 | 15.2 | 0.6 | 0.49 |
| Hex | C8 | 58 | 32 | 0 | 38 | 4B | 16 | F | 3C | 31 |
| Octal | 310 | 130 | 62 | 0 | 70 | 113 | 26 | 17 | 74 | 61 |
| Binary | 11001000 | 1011000 | 110010 | 0 | 111000 | 1001011 | 10110 | 1111 | 111100 | 110001 |
Color Harmonies of #C85832
Complementary color
Monochromatic Colors of #C85832
Black with #C85832
Text Example
Text Example
White with #C85832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85832; }
p { color: rgb(200,88,50); }
H1.HeaderClassName
{
color: #C85832;
}
.AnyTagClassName
{
color: #C85832;
}
</style>
background-color css
<style>
a { background-color: #C85832; }
a { background-color: rgb(200,88,50); }
div.DivClassName
{
background-color: #C85832;
}
.BgClassName
{
background-color: #C85832;
}
</style>
border-color css
<style>
span { border-color: #C85832; }
span { border-color: rgb(200,88,50); }
td.TdClassName
{
border-color: #C85832;
}
.TagClassName
{
border-color: #C85832;
}
</style>