#CC5722

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

Shades of Chilean Fire #CC5722

Tints of Chilean Fire #CC5722

Color information

#CC5722 (or 0xCC5722) is unknown color: approx Chilean Fire. HEX triplet: CC, 57 and 22. RGB value is (204,87,34). Sum of RGB (Red+Green+Blue) = 204+87+34=325 (43% of max value = 765). Red value is 204 (80.08% from 255 or 62.77% from 325); Green value is 87 (34.38% from 255 or 26.77% from 325); Blue value is 34 (13.67% from 255 or 10.46% from 325); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5722 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5722 is #33A8DD. Grayscale: #747474. Windows color (decimal): -3385566 or 2250700. OLE color: 2250700.

HSL color Cylindrical-coordinate representation of color #CC5722: hue angle of 18.71º 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 #CC5722 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB2048734-
CMYK00.570.830.2
HSL18.71º71.43%46.67%-
HSV(B)18.71º83.33%80%-
XYZ28.619.773.82-
YUV115.9481.76190.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 62.77%
GREEN value IS 87 (34.38% from 255) = 26.77%
BLUE value IS 34 (13.67% from 255) = 10.46%
R=62.77%
G=26.77%
B=10.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204873400.570.830.218.7171.4346.67
HexCC5722039531413472f
Octal31412742071123242310757
Binary1100110010101111000100111001101001110100100111000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5722

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5722; }

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

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

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

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

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

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

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

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