#c55a4a

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

Shades of Flame Pea #C55A4A

Tints of Flame Pea #C55A4A

Color information

#C55A4A (or 0xC55A4A) is unknown color: approx Flame Pea. HEX triplet: C5, 5A and 4A. RGB value is (197,90,74). Sum of RGB (Red+Green+Blue) = 197+90+74=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 74 (29.30% from 255 or 20.50% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A4A is #3AA5B5. Grayscale: #787878. Windows color (decimal): -3843510 or 4872901. OLE color: 4872901.

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

Color convert

RGB1979074-
CMYK00.540.620.23
HSL7.8º51.46%53.14%-
HSV(B)7.8º62.44%77.25%-
XYZ27.9219.688.81-
YUV120.17101.95182.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 90 (35.55% from 255) = 24.93%
BLUE value IS 74 (29.30% from 255) = 20.50%
R=54.57%
G=24.93%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197907400.540.620.237.851.4653.14
HexC55A4A0363E1783335
Octal3051321120667627106365
Binary11000101101101010010100110110111110101111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c55a4a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c55a4a; }

 p { color: rgb(197,90,74); }

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

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

 a { background-color: rgb(197,90,74); }

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

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

 span { border-color: rgb(197,90,74); }

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