#C55747

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

Shades of Flame Pea #C55747

Tints of Flame Pea #C55747

Color information

#C55747 (or 0xC55747) is unknown color: approx Flame Pea. HEX triplet: C5, 57 and 47. RGB value is (197,87,71). Sum of RGB (Red+Green+Blue) = 197+87+71=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 87 (34.38% from 255 or 24.51% from 355); Blue value is 71 (28.12% from 255 or 20% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55747 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55747 is #3AA8B8. Grayscale: #767676. Windows color (decimal): -3844281 or 4675525. OLE color: 4675525.

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

Color convert

RGB1978771-
CMYK00.560.640.23
HSL7.62º52.07%52.55%-
HSV(B)7.62º63.96%77.25%-
XYZ27.5719.148.2-
YUV118.07101.44184.3-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.49%
GREEN value IS 87 (34.38% from 255) = 24.51%
BLUE value IS 71 (28.12% from 255) = 20%
R=55.49%
G=24.51%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197877100.560.640.237.6252.0752.55
HexC55747038401783435
Octal30512710707010027106465
Binary110001011010111100011101110001000000101111000110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55747

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55747; }

 p { color: rgb(197,87,71); }

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

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

 a { background-color: rgb(197,87,71); }

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

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

 span { border-color: rgb(197,87,71); }

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