#C2624B

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

Shades of Flame Pea #C2624B

Tints of Flame Pea #C2624B

Color information

#C2624B (or 0xC2624B) is unknown color: approx Flame Pea. HEX triplet: C2, 62 and 4B. RGB value is (194,98,75). Sum of RGB (Red+Green+Blue) = 194+98+75=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C2624B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C2624B is #3D9DB4. Grayscale: #7C7C7C. Windows color (decimal): -4038069 or 4940482. OLE color: 4940482.

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

Color convert

RGB1949875-
CMYK00.490.610.24
HSL11.6º49.38%52.75%-
HSV(B)11.6º61.34%76.08%-
XYZ27.8920.719.18-
YUV124.08100.3177.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 52.86%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=52.86%
G=26.70%
B=20.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal194987500.490.610.2411.649.3852.75
HexC2624B0313D18c3135
Octal3021421130617530146165
Binary11000010110001010010110110001111101110001100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2624B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2624B; }

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

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

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

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

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

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

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

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