#C15F4D

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

Shades of Flame Pea #C15F4D

Tints of Flame Pea #C15F4D

Color information

#C15F4D (or 0xC15F4D) is unknown color: approx Flame Pea. HEX triplet: C1, 5F and 4D. RGB value is (193,95,77). Sum of RGB (Red+Green+Blue) = 193+95+77=365 (48% of max value = 765). Red value is 193 (75.78% from 255 or 52.88% from 365); Green value is 95 (37.5% from 255 or 26.03% from 365); Blue value is 77 (30.47% from 255 or 21.10% from 365); Max value from RGB is 193 - color contains mainly: red. Hex color #C15F4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15F4D is #3EA0B2. Grayscale: #7A7A7A. Windows color (decimal): -4104371 or 5070785. OLE color: 5070785.

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

Color convert

RGB1939577-
CMYK00.510.600.24
HSL9.31º48.33%52.94%-
HSV(B)9.31º60.1%75.69%-
XYZ27.4220.069.45-
YUV122.25102.47178.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 52.88%
GREEN value IS 95 (37.5% from 255) = 26.03%
BLUE value IS 77 (30.47% from 255) = 21.10%
R=52.88%
G=26.03%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193957700.510.600.249.3148.3352.94
HexC15F4D0333C1893035
Octal3011371150637430116065
Binary11000001101111110011010110011111100110001001110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15F4D; }

 p { color: rgb(193,95,77); }

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

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

 a { background-color: rgb(193,95,77); }

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

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

 span { border-color: rgb(193,95,77); }

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