#C2644D

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

Shades of Flame Pea #C2644D

Tints of Flame Pea #C2644D

Color information

#C2644D (or 0xC2644D) is unknown color: approx Flame Pea. HEX triplet: C2, 64 and 4D. RGB value is (194,100,77). Sum of RGB (Red+Green+Blue) = 194+100+77=371 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.29% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 77 (30.47% from 255 or 20.75% from 371); Max value from RGB is 194 - color contains mainly: red. Hex color #C2644D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2644D is #3D9BB2. Grayscale: #7D7D7D. Windows color (decimal): -4037555 or 5072066. OLE color: 5072066.

HSL color Cylindrical-coordinate representation of color #C2644D: hue angle of 11.79º 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 #C2644D is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19410077-
CMYK00.480.600.24
HSL11.79º48.95%53.14%-
HSV(B)11.79º60.31%76.08%-
XYZ28.1421.129.61-
YUV125.48100.64176.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.29%
GREEN value IS 100 (39.45% from 255) = 26.95%
BLUE value IS 77 (30.47% from 255) = 20.75%
R=52.29%
G=26.95%
B=20.75%

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
Decimal1941007700.480.600.2411.7948.9553.14
HexC2644D0303C18c3135
Octal3021441150607430146165
Binary11000010110010010011010110000111100110001100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2644D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2644D; }

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

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

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

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

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

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

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

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