Shades of Chilean Fire #CC5B2A
Tints of Chilean Fire #CC5B2A
RGB
CMYK
RGB Variations
Color information
#CC5B2A (or 0xCC5B2A) is known color: Chilean Fire. HEX triplet: CC, 5B and 2A. RGB value is (204,91,42). Sum of RGB (Red+Green+Blue) = 204+91+42=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 91 (35.94% from 255 or 27.00% from 337); Blue value is 42 (16.80% from 255 or 12.46% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5B2A is #33A4D5. Grayscale: #777777. Windows color (decimal): -3384534 or 2776012. OLE color: 2776012.
HSL color Cylindrical-coordinate representation of color #CC5B2A: hue angle of 18.15º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC5B2A is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 42 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.2 |
| HSL | 18.15º | 0.66% | 0.48% | - |
| HSV(B) | 18.15º | 0.79% | 0.8% | - |
| XYZ | 29.06 | 20.49 | 4.61 | - |
| YUV | 119.2 | 84.44 | 188.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 42 | 0 | 0.55 | 0.79 | 0.2 | 18.15 | 0.66 | 0.48 |
| Hex | CC | 5B | 2A | 0 | 37 | 4F | 14 | 12 | 42 | 30 |
| Octal | 314 | 133 | 52 | 0 | 67 | 117 | 24 | 22 | 102 | 60 |
| Binary | 11001100 | 1011011 | 101010 | 0 | 110111 | 1001111 | 10100 | 10010 | 1000010 | 110000 |
Color Harmonies of #CC5B2A
Complementary color
Monochromatic Colors of #CC5B2A
Black with #CC5B2A
Text Example
Text Example
White with #CC5B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B2A; }
p { color: rgb(204,91,42); }
H1.HeaderClassName
{
color: #CC5B2A;
}
.AnyTagClassName
{
color: #CC5B2A;
}
</style>
background-color css
<style>
a { background-color: #CC5B2A; }
a { background-color: rgb(204,91,42); }
div.DivClassName
{
background-color: #CC5B2A;
}
.BgClassName
{
background-color: #CC5B2A;
}
</style>
border-color css
<style>
span { border-color: #CC5B2A; }
span { border-color: rgb(204,91,42); }
td.TdClassName
{
border-color: #CC5B2A;
}
.TagClassName
{
border-color: #CC5B2A;
}
</style>