#C15A3E

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

Shades of Flame Pea #C15A3E

Tints of Flame Pea #C15A3E

Color information

#C15A3E (or 0xC15A3E) is unknown color: approx Flame Pea. HEX triplet: C1, 5A and 3E. RGB value is (193,90,62). Sum of RGB (Red+Green+Blue) = 193+90+62=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 90 (35.55% from 255 or 26.09% from 345); Blue value is 62 (24.61% from 255 or 17.97% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A3E is #3EA5C1. Grayscale: #757575. Windows color (decimal): -4105666 or 4086465. OLE color: 4086465.

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

Color convert

RGB1939062-
CMYK00.530.680.24
HSL12.82º51.37%50%-
HSV(B)12.82º67.88%75.69%-
XYZ26.52196.83-
YUV117.696.62181.78-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 90 (35.55% from 255) = 26.09%
BLUE value IS 62 (24.61% from 255) = 17.97%
R=55.94%
G=26.09%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193906200.530.680.2412.8251.3750
HexC15A3E0354418d3332
Octal3011327606510430156362
Binary11000001101101011111001101011000100110001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A3E; }

 p { color: rgb(193,90,62); }

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

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

 a { background-color: rgb(193,90,62); }

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

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

 span { border-color: rgb(193,90,62); }

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