#C55A48

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

Shades of Flame Pea #C55A48

Tints of Flame Pea #C55A48

Color information

#C55A48 (or 0xC55A48) is unknown color: approx Flame Pea. HEX triplet: C5, 5A and 48. RGB value is (197,90,72). Sum of RGB (Red+Green+Blue) = 197+90+72=359 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.87% from 359); Green value is 90 (35.55% from 255 or 25.07% from 359); Blue value is 72 (28.52% from 255 or 20.06% from 359); Max value from RGB is 197 - color contains mainly: red. Hex color #C55A48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55A48 is #3AA5B7. Grayscale: #787878. Windows color (decimal): -3843512 or 4741829. OLE color: 4741829.

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

Color convert

RGB1979072-
CMYK00.540.630.23
HSL8.64º51.87%52.75%-
HSV(B)8.64º63.45%77.25%-
XYZ27.8519.658.46-
YUV119.94100.95182.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.87%
GREEN value IS 90 (35.55% from 255) = 25.07%
BLUE value IS 72 (28.52% from 255) = 20.06%
R=54.87%
G=25.07%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197907200.540.630.238.6451.8752.75
HexC55A480363F1793435
Octal3051321100667727116465
Binary11000101101101010010000110110111111101111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55A48; }

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

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

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

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

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

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

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

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