#C55F49

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

Shades of Flame Pea #C55F49

Tints of Flame Pea #C55F49

Color information

#C55F49 (or 0xC55F49) is unknown color: approx Flame Pea. HEX triplet: C5, 5F and 49. RGB value is (197,95,73). Sum of RGB (Red+Green+Blue) = 197+95+73=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 73 (28.91% from 255 or 20% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C55F49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55F49 is #3AA0B6. Grayscale: #7B7B7B. Windows color (decimal): -3842231 or 4808645. OLE color: 4808645.

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

Color convert

RGB1979573-
CMYK00.520.630.23
HSL10.65º51.67%52.94%-
HSV(B)10.65º62.94%77.25%-
XYZ28.3220.548.77-
YUV122.9999.79180.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 53.97%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 73 (28.91% from 255) = 20%
R=53.97%
G=26.03%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197957300.520.630.2310.6551.6752.94
HexC55F490343F17b3435
Octal3051371110647727136465
Binary11000101101111110010010110100111111101111011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55F49; }

 p { color: rgb(197,95,73); }

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

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

 a { background-color: rgb(197,95,73); }

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

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

 span { border-color: rgb(197,95,73); }

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