#C55A47

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

Shades of Flame Pea #C55A47

Tints of Flame Pea #C55A47

Color information

#C55A47 (or 0xC55A47) is unknown color: approx Flame Pea. HEX triplet: C5, 5A and 47. RGB value is (197,90,71). Sum of RGB (Red+Green+Blue) = 197+90+71=358 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.03% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A47 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A47 is #3AA5B8. Grayscale: #787878. Windows color (decimal): -3843513 or 4676293. OLE color: 4676293.

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

Color convert

RGB1979071-
CMYK00.540.640.23
HSL9.05º52.07%52.55%-
HSV(B)9.05º63.96%77.25%-
XYZ27.8219.648.29-
YUV119.83100.45183.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.03%
GREEN value IS 90 (35.55% from 255) = 25.14%
BLUE value IS 71 (28.12% from 255) = 19.83%
R=55.03%
G=25.14%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197907100.540.640.239.0552.0752.55
HexC55A47036401793435
Octal30513210706610027116465
Binary110001011011010100011101101101000000101111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A47; }

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

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

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

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

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

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

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

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