#C55C4A

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

Shades of Flame Pea #C55C4A

Tints of Flame Pea #C55C4A

Color information

#C55C4A (or 0xC55C4A) is unknown color: approx Flame Pea. HEX triplet: C5, 5C and 4A. RGB value is (197,92,74). Sum of RGB (Red+Green+Blue) = 197+92+74=363 (48% of max value = 765). Red value is 197 (77.34% from 255 or 54.27% from 363); Green value is 92 (36.33% from 255 or 25.34% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 197 - color contains mainly: red. Hex color #C55C4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55C4A is #3AA3B5. Grayscale: #797979. Windows color (decimal): -3842998 or 4873413. OLE color: 4873413.

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

Color convert

RGB1979274-
CMYK00.530.620.23
HSL8.78º51.46%53.14%-
HSV(B)8.78º62.44%77.25%-
XYZ28.0920.028.86-
YUV121.34101.29181.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.27%
GREEN value IS 92 (36.33% from 255) = 25.34%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=54.27%
G=25.34%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197927400.530.620.238.7851.4653.14
HexC55C4A0353E1793335
Octal3051341120657627116365
Binary11000101101110010010100110101111110101111001110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55C4A; }

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

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

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

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

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

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

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

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