#C2644E

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

Shades of Flame Pea #C2644E

Tints of Flame Pea #C2644E

Color information

#C2644E (or 0xC2644E) is unknown color: approx Flame Pea. HEX triplet: C2, 64 and 4E. RGB value is (194,100,78). Sum of RGB (Red+Green+Blue) = 194+100+78=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 100 (39.45% from 255 or 26.88% from 372); Blue value is 78 (30.86% from 255 or 20.97% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C2644E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2644E is #3D9BB1. Grayscale: #7D7D7D. Windows color (decimal): -4037554 or 5137602. OLE color: 5137602.

HSL color Cylindrical-coordinate representation of color #C2644E: hue angle of 11.38º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C2644E is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19410078-
CMYK00.480.600.24
HSL11.38º48.74%53.33%-
HSV(B)11.38º59.79%76.08%-
XYZ28.1821.139.8-
YUV125.6101.14176.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.15%
GREEN value IS 100 (39.45% from 255) = 26.88%
BLUE value IS 78 (30.86% from 255) = 20.97%
R=52.15%
G=26.88%
B=20.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941007800.480.600.2411.3848.7453.33
HexC2644E0303C18b3135
Octal3021441160607430136165
Binary11000010110010010011100110000111100110001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2644E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2644E; }

 p { color: rgb(194,100,78); }

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

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

 a { background-color: rgb(194,100,78); }

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

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

 span { border-color: rgb(194,100,78); }

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