#C15B4D

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

Shades of Flame Pea #C15B4D

Tints of Flame Pea #C15B4D

Color information

#C15B4D (or 0xC15B4D) is unknown color: approx Flame Pea. HEX triplet: C1, 5B and 4D. RGB value is (193,91,77). Sum of RGB (Red+Green+Blue) = 193+91+77=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 91 (35.94% from 255 or 25.21% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15B4D is #3EA4B2. Grayscale: #787878. Windows color (decimal): -4105395 or 5069761. OLE color: 5069761.

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

Color convert

RGB1939177-
CMYK00.530.600.24
HSL7.24º48.33%52.94%-
HSV(B)7.24º60.1%75.69%-
XYZ27.0719.369.33-
YUV119.9103.79180.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 91 (35.94% from 255) = 25.21%
BLUE value IS 77 (30.47% from 255) = 21.33%
R=53.46%
G=25.21%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193917700.530.600.247.2448.3352.94
HexC15B4D0353C1873035
Octal301133115065743076065
Binary1100000110110111001101011010111110011000111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15B4D; }

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

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

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

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

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

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

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

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