Shades of Chilean Fire #CC5A34
Tints of Chilean Fire #CC5A34
RGB
CMYK
RGB Variations
Color information
#CC5A34 (or 0xCC5A34) is known color: Chilean Fire. HEX triplet: CC, 5A and 34. RGB value is (204,90,52). Sum of RGB (Red+Green+Blue) = 204+90+52=346 (45% of max value = 765). Red value is 204 (80.08% from 255 or 58.96% from 346); Green value is 90 (35.55% from 255 or 26.01% from 346); Blue value is 52 (20.70% from 255 or 15.03% from 346); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5A34 is #33A5CB. Grayscale: #787878. Windows color (decimal): -3384780 or 3431116. OLE color: 3431116.
HSL color Cylindrical-coordinate representation of color #CC5A34: hue angle of 15º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CC5A34 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 52 | - |
| CMYK | 0 | 0.56 | 0.75 | 0.2 |
| HSL | 15º | 0.6% | 0.5% | - |
| HSV(B) | 15º | 0.75% | 0.8% | - |
| XYZ | 29.18 | 20.4 | 5.65 | - |
| YUV | 119.75 | 89.77 | 188.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 52 | 0 | 0.56 | 0.75 | 0.2 | 15 | 0.6 | 0.5 |
| Hex | CC | 5A | 34 | 0 | 38 | 4B | 14 | F | 3C | 32 |
| Octal | 314 | 132 | 64 | 0 | 70 | 113 | 24 | 17 | 74 | 62 |
| Binary | 11001100 | 1011010 | 110100 | 0 | 111000 | 1001011 | 10100 | 1111 | 111100 | 110010 |
Color Harmonies of #CC5A34
Complementary color
Monochromatic Colors of #CC5A34
Black with #CC5A34
Text Example
Text Example
White with #CC5A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A34; }
p { color: rgb(204,90,52); }
H1.HeaderClassName
{
color: #CC5A34;
}
.AnyTagClassName
{
color: #CC5A34;
}
</style>
background-color css
<style>
a { background-color: #CC5A34; }
a { background-color: rgb(204,90,52); }
div.DivClassName
{
background-color: #CC5A34;
}
.BgClassName
{
background-color: #CC5A34;
}
</style>
border-color css
<style>
span { border-color: #CC5A34; }
span { border-color: rgb(204,90,52); }
td.TdClassName
{
border-color: #CC5A34;
}
.TagClassName
{
border-color: #CC5A34;
}
</style>