#C2624D

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

Shades of Flame Pea #C2624D

Tints of Flame Pea #C2624D

Color information

#C2624D (or 0xC2624D) is unknown color: approx Flame Pea. HEX triplet: C2, 62 and 4D. RGB value is (194,98,77). Sum of RGB (Red+Green+Blue) = 194+98+77=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 77 (30.47% from 255 or 20.87% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C2624D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C2624D is #3D9DB2. Grayscale: #7C7C7C. Windows color (decimal): -4038067 or 5071554. OLE color: 5071554.

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

Color convert

RGB1949877-
CMYK00.490.600.24
HSL10.77º48.95%53.14%-
HSV(B)10.77º60.31%76.08%-
XYZ27.9620.749.55-
YUV124.31101.3177.71-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.57%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 77 (30.47% from 255) = 20.87%
R=52.57%
G=26.56%
B=20.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194987700.490.600.2410.7748.9553.14
HexC2624D0313C18b3135
Octal3021421150617430136165
Binary11000010110001010011010110001111100110001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2624D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2624D; }

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

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

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

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

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

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

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

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