Shades of Chilean Fire #CC5926
Tints of Chilean Fire #CC5926
RGB
CMYK
RGB Variations
Color information
#CC5926 (or 0xCC5926) is known color: Chilean Fire. HEX triplet: CC, 59 and 26. RGB value is (204,89,38). Sum of RGB (Red+Green+Blue) = 204+89+38=331 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.63% from 331); Green value is 89 (35.16% from 255 or 26.89% from 331); Blue value is 38 (15.23% from 255 or 11.48% from 331); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5926 is #33A6D9. Grayscale: #757575. Windows color (decimal): -3385050 or 2513356. OLE color: 2513356.
HSL color Cylindrical-coordinate representation of color #CC5926: hue angle of 18.43º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC5926 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 38 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.2 |
| HSL | 18.43º | 0.69% | 0.47% | - |
| HSV(B) | 18.43º | 0.81% | 0.8% | - |
| XYZ | 28.82 | 20.12 | 4.2 | - |
| YUV | 117.57 | 83.1 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 38 | 0 | 0.56 | 0.81 | 0.2 | 18.43 | 0.69 | 0.47 |
| Hex | CC | 59 | 26 | 0 | 38 | 51 | 14 | 12 | 45 | 2F |
| Octal | 314 | 131 | 46 | 0 | 70 | 121 | 24 | 22 | 105 | 57 |
| Binary | 11001100 | 1011001 | 100110 | 0 | 111000 | 1010001 | 10100 | 10010 | 1000101 | 101111 |
Color Harmonies of #CC5926
Complementary color
Monochromatic Colors of #CC5926
Black with #CC5926
Text Example
Text Example
White with #CC5926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5926; }
p { color: rgb(204,89,38); }
H1.HeaderClassName
{
color: #CC5926;
}
.AnyTagClassName
{
color: #CC5926;
}
</style>
background-color css
<style>
a { background-color: #CC5926; }
a { background-color: rgb(204,89,38); }
div.DivClassName
{
background-color: #CC5926;
}
.BgClassName
{
background-color: #CC5926;
}
</style>
border-color css
<style>
span { border-color: #CC5926; }
span { border-color: rgb(204,89,38); }
td.TdClassName
{
border-color: #CC5926;
}
.TagClassName
{
border-color: #CC5926;
}
</style>