#C1624C

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

Shades of Flame Pea #C1624C

Tints of Flame Pea #C1624C

Color information

#C1624C (or 0xC1624C) is unknown color: approx Flame Pea. HEX triplet: C1, 62 and 4C. RGB value is (193,98,76). Sum of RGB (Red+Green+Blue) = 193+98+76=367 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.59% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 193 - color contains mainly: red. Hex color #C1624C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1624C is #3E9DB3. Grayscale: #7C7C7C. Windows color (decimal): -4103604 or 5006017. OLE color: 5006017.

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

Color convert

RGB1939876-
CMYK00.490.610.24
HSL11.28º48.55%52.75%-
HSV(B)11.28º60.62%75.69%-
XYZ27.6620.599.35-
YUV123.9100.97177.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.59%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 76 (30.08% from 255) = 20.71%
R=52.59%
G=26.70%
B=20.71%

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
Decimal193987600.490.610.2411.2848.5552.75
HexC1624C0313D18b3135
Octal3011421140617530136165
Binary11000001110001010011000110001111101110001011110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1624C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1624C; }

 p { color: rgb(193,98,76); }

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

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

 a { background-color: rgb(193,98,76); }

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

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

 span { border-color: rgb(193,98,76); }

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