#C55B49

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

Shades of Flame Pea #C55B49

Tints of Flame Pea #C55B49

Color information

#C55B49 (or 0xC55B49) is unknown color: approx Flame Pea. HEX triplet: C5, 5B and 49. RGB value is (197,91,73). Sum of RGB (Red+Green+Blue) = 197+91+73=361 (47% of max value = 765). Red value is 197 (77.34% from 255 or 54.57% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 73 (28.91% from 255 or 20.22% from 361); Max value from RGB is 197 - color contains mainly: red. Hex color #C55B49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55B49 is #3AA4B6. Grayscale: #787878. Windows color (decimal): -3843255 or 4807621. OLE color: 4807621.

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

Color convert

RGB1979173-
CMYK00.540.630.23
HSL8.71º51.67%52.94%-
HSV(B)8.71º62.94%77.25%-
XYZ27.9719.838.66-
YUV120.64101.12182.46-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 54.57%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 73 (28.91% from 255) = 20.22%
R=54.57%
G=25.21%
B=20.22%

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
Decimal197917300.540.630.238.7151.6752.94
HexC55B490363F1793435
Octal3051331110667727116465
Binary11000101101101110010010110110111111101111001110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55B49; }

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

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

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

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

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

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

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

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