#C15E4F

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

Shades of Flame Pea #C15E4F

Tints of Flame Pea #C15E4F

Color information

#C15E4F (or 0xC15E4F) is unknown color: approx Flame Pea. HEX triplet: C1, 5E and 4F. RGB value is (193,94,79). Sum of RGB (Red+Green+Blue) = 193+94+79=366 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.73% from 366); Green value is 94 (37.11% from 255 or 25.68% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 193 - color contains mainly: red. Hex color #C15E4F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15E4F is #3EA1B0. Grayscale: #7A7A7A. Windows color (decimal): -4104625 or 5201601. OLE color: 5201601.

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

Color convert

RGB1939479-
CMYK00.510.590.24
HSL7.89º47.9%53.33%-
HSV(B)7.89º59.07%75.69%-
XYZ27.4119.919.8-
YUV121.89103.8178.72-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.73%
GREEN value IS 94 (37.11% from 255) = 25.68%
BLUE value IS 79 (31.25% from 255) = 21.58%
R=52.73%
G=25.68%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193947900.510.590.247.8947.953.33
HexC15E4F0333B1883035
Octal3011361170637330106065
Binary11000001101111010011110110011111011110001000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15E4F; }

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

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

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

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

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

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

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

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