Shades of Chilean Fire #C85928
Tints of Chilean Fire #C85928
RGB
CMYK
RGB Variations
Color information
#C85928 (or 0xC85928) is known color: Chilean Fire. HEX triplet: C8, 59 and 28. RGB value is (200,89,40). Sum of RGB (Red+Green+Blue) = 200+89+40=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C85928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85928 is #37A6D7. Grayscale: #747474. Windows color (decimal): -3647192 or 2644424. OLE color: 2644424.
HSL color Cylindrical-coordinate representation of color #C85928: hue angle of 18.38º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C85928 is Cyan = 0, Magento = 0.56, Yellow = 0.8 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 40 | - |
| CMYK | 0 | 0.56 | 0.8 | 0.22 |
| HSL | 18.38º | 0.67% | 0.47% | - |
| HSV(B) | 18.38º | 0.8% | 0.78% | - |
| XYZ | 27.77 | 19.58 | 4.32 | - |
| YUV | 116.6 | 84.77 | 187.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 40 | 0 | 0.56 | 0.8 | 0.22 | 18.38 | 0.67 | 0.47 |
| Hex | C8 | 59 | 28 | 0 | 38 | 50 | 16 | 12 | 43 | 2F |
| Octal | 310 | 131 | 50 | 0 | 70 | 120 | 26 | 22 | 103 | 57 |
| Binary | 11001000 | 1011001 | 101000 | 0 | 111000 | 1010000 | 10110 | 10010 | 1000011 | 101111 |
Color Harmonies of #C85928
Complementary color
Monochromatic Colors of #C85928
Black with #C85928
Text Example
Text Example
White with #C85928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C85928; }
p { color: rgb(200,89,40); }
H1.HeaderClassName
{
color: #C85928;
}
.AnyTagClassName
{
color: #C85928;
}
</style>
background-color css
<style>
a { background-color: #C85928; }
a { background-color: rgb(200,89,40); }
div.DivClassName
{
background-color: #C85928;
}
.BgClassName
{
background-color: #C85928;
}
</style>
border-color css
<style>
span { border-color: #C85928; }
span { border-color: rgb(200,89,40); }
td.TdClassName
{
border-color: #C85928;
}
.TagClassName
{
border-color: #C85928;
}
</style>