#C55B4A

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

Shades of Flame Pea #C55B4A

Tints of Flame Pea #C55B4A

Color information

#C55B4A (or 0xC55B4A) is unknown color: approx Flame Pea. HEX triplet: C5, 5B and 4A. RGB value is (197,91,74). Sum of RGB (Red+Green+Blue) = 197+91+74=362 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.42% from 362); Green value is 91 (35.94% from 255 or 25.14% from 362); Blue value is 74 (29.30% from 255 or 20.44% from 362); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B4A is #3AA4B5. Grayscale: #787878. Windows color (decimal): -3843254 or 4873157. OLE color: 4873157.

HSL color Cylindrical-coordinate representation of color #C55B4A: hue angle of 8.29º 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 #C55B4A is Cyan = 0, Magento = 0.54, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB1979174-
CMYK00.540.620.23
HSL8.29º51.46%53.14%-
HSV(B)8.29º62.44%77.25%-
XYZ2819.858.83-
YUV120.76101.62182.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.42%
GREEN value IS 91 (35.94% from 255) = 25.14%
BLUE value IS 74 (29.30% from 255) = 20.44%
R=54.42%
G=25.14%
B=20.44%

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
Decimal197917400.540.620.238.2951.4653.14
HexC55B4A0363E1783335
Octal3051331120667627106365
Binary11000101101101110010100110110111110101111000110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B4A; }

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

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

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

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

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

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

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

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