#C55846

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

Shades of Flame Pea #C55846

Tints of Flame Pea #C55846

Color information

#C55846 (or 0xC55846) is unknown color: approx Flame Pea. HEX triplet: C5, 58 and 46. RGB value is (197,88,70). Sum of RGB (Red+Green+Blue) = 197+88+70=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 70 (27.73% from 255 or 19.72% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C55846 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55846 is #3AA7B9. Grayscale: #767676. Windows color (decimal): -3844026 or 4610245. OLE color: 4610245.

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

Color convert

RGB1978870-
CMYK00.550.640.23
HSL8.5º52.26%52.35%-
HSV(B)8.5º64.47%77.25%-
XYZ27.6219.298.06-
YUV118.54100.61183.96-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 55.49%
GREEN value IS 88 (34.77% from 255) = 24.79%
BLUE value IS 70 (27.73% from 255) = 19.72%
R=55.49%
G=24.79%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197887000.550.640.238.552.2652.35
HexC55846037401793434
Octal30513010606710027116464
Binary110001011011000100011001101111000000101111001110100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55846; }

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

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

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

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

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

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

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

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