#CC5522

Color #CC5522 Chilean Fire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chilean Fire #CC5522

Tints of Chilean Fire #CC5522

Color information

#CC5522 (or 0xCC5522) is unknown color: approx Chilean Fire. HEX triplet: CC, 55 and 22. RGB value is (204,85,34). Sum of RGB (Red+Green+Blue) = 204+85+34=323 (42% of max value = 765). Red value is 204 (80.08% from 255 or 63.16% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5522 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5522 is #33AADD. Grayscale: #737373. Windows color (decimal): -3386078 or 2250188. OLE color: 2250188.

HSL color Cylindrical-coordinate representation of color #CC5522: hue angle of 18º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CC5522 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB2048534-
CMYK00.580.830.2
HSL18º71.43%46.67%-
HSV(B)18º83.33%80%-
XYZ28.4419.453.77-
YUV114.7782.42191.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 63.16%
GREEN value IS 85 (33.59% from 255) = 26.32%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=63.16%
G=26.32%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204853400.580.830.21871.4346.67
HexCC552203A531412472f
Octal31412542072123242210757
Binary1100110010101011000100111010101001110100100101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5522; }

 p { color: rgb(204,85,34); }

 H1.HeaderClassName
 {
   color: #CC5522;
 }
 .AnyTagClassName
 {
   color: #CC5522;
 }
</style>
background-color css

<style>
 a { background-color: #CC5522; }

 a { background-color: rgb(204,85,34); }

 div.DivClassName
 {
   background-color: #CC5522;
 }
 .BgClassName
 {
   background-color: #CC5522;
 }
</style>
border-color css

<style>
 span { border-color: #CC5522; }

 span { border-color: rgb(204,85,34); }

 td.TdClassName
 {
   border-color: #CC5522;
 }
 .TagClassName
 {
   border-color: #CC5522;
 }
</style>