#C55848

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

Shades of Flame Pea #C55848

Tints of Flame Pea #C55848

Color information

#C55848 (or 0xC55848) is unknown color: approx Flame Pea. HEX triplet: C5, 58 and 48. RGB value is (197,88,72). Sum of RGB (Red+Green+Blue) = 197+88+72=357 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.18% from 357); Green value is 88 (34.77% from 255 or 24.65% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 197 - color contains mainly: red. Hex color #C55848 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55848 is #3AA7B7. Grayscale: #767676. Windows color (decimal): -3844024 or 4741317. OLE color: 4741317.

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

Color convert

RGB1978872-
CMYK00.550.630.23
HSL7.68º51.87%52.75%-
HSV(B)7.68º63.45%77.25%-
XYZ27.6919.328.4-
YUV118.77101.61183.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.18%
GREEN value IS 88 (34.77% from 255) = 24.65%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=55.18%
G=24.65%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.63
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197887200.550.630.237.6851.8752.75
HexC558480373F1783435
Octal3051301100677727106465
Binary11000101101100010010000110111111111101111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55848; }

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

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

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

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

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

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

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

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