#C55E4C

Color #C55E4C Flame Pea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Flame Pea #C55E4C

Tints of Flame Pea #C55E4C

Color information

#C55E4C (or 0xC55E4C) is unknown color: approx Flame Pea. HEX triplet: C5, 5E and 4C. RGB value is (197,94,76). Sum of RGB (Red+Green+Blue) = 197+94+76=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C55E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55E4C is #3AA1B3. Grayscale: #7A7A7A. Windows color (decimal): -3842484 or 5004997. OLE color: 5004997.

HSL color Cylindrical-coordinate representation of color #C55E4C: hue angle of 8.93º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C55E4C is Cyan = 0, Magento = 0.52, Yellow = 0.61 and Black (K on CMYK) = 0.23.

Color convert

RGB1979476-
CMYK00.520.610.23
HSL8.93º51.05%53.53%-
HSV(B)8.93º61.42%77.25%-
XYZ28.3320.49.28-
YUV122.74101.62180.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.68%
GREEN value IS 94 (37.11% from 255) = 25.61%
BLUE value IS 76 (30.08% from 255) = 20.71%
R=53.68%
G=25.61%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197947600.520.610.238.9351.0553.53
HexC55E4C0343D1793336
Octal3051361140647527116366
Binary11000101101111010011000110100111101101111001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55E4C; }

 p { color: rgb(197,94,76); }

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

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

 a { background-color: rgb(197,94,76); }

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

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

 span { border-color: rgb(197,94,76); }

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