#C15E4C

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

Shades of Flame Pea #C15E4C

Tints of Flame Pea #C15E4C

Color information

#C15E4C (or 0xC15E4C) is unknown color: approx Flame Pea. HEX triplet: C1, 5E and 4C. RGB value is (193,94,76). Sum of RGB (Red+Green+Blue) = 193+94+76=363 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.17% from 363); Green value is 94 (37.11% from 255 or 25.90% from 363); Blue value is 76 (30.08% from 255 or 20.94% from 363); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E4C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15E4C is #3EA1B3. Grayscale: #797979. Windows color (decimal): -4104628 or 5004993. OLE color: 5004993.

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

Color convert

RGB1939476-
CMYK00.510.610.24
HSL9.23º48.55%52.75%-
HSV(B)9.23º60.62%75.69%-
XYZ27.319.869.23-
YUV121.55102.3178.96-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.17%
GREEN value IS 94 (37.11% from 255) = 25.90%
BLUE value IS 76 (30.08% from 255) = 20.94%
R=53.17%
G=25.90%
B=20.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193947600.510.610.249.2348.5552.75
HexC15E4C0333D1893135
Octal3011361140637530116165
Binary11000001101111010011000110011111101110001001110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E4C; }

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

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

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

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

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

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

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

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