#CC5C31

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

Shades of Chilean Fire #CC5C31

Tints of Chilean Fire #CC5C31

Color information

#CC5C31 (or 0xCC5C31) is unknown color: approx Chilean Fire. HEX triplet: CC, 5C and 31. RGB value is (204,92,49). Sum of RGB (Red+Green+Blue) = 204+92+49=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 49 (19.53% from 255 or 14.20% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CC5C31 is #33A3CE. Grayscale: #787878. Windows color (decimal): -3384271 or 3235020. OLE color: 3235020.

HSL color Cylindrical-coordinate representation of color #CC5C31: hue angle of 16.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC5C31 is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.2.

Color convert

RGB2049249-
CMYK00.550.760.2
HSL16.65º61.26%49.61%-
HSV(B)16.65º75.98%80%-
XYZ29.2820.715.36-
YUV120.5987.61187.5-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 59.13%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 49 (19.53% from 255) = 14.20%
R=59.13%
G=26.67%
B=14.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.76
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal204924900.550.760.216.6561.2649.61
HexCC5C310374C14113d32
Octal3141346106711424217562
Binary110011001011100110001011011110011001010010001111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC5C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC5C31; }

 p { color: rgb(204,92,49); }

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

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

 a { background-color: rgb(204,92,49); }

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

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

 span { border-color: rgb(204,92,49); }

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