#C15B3E

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

Shades of Flame Pea #C15B3E

Tints of Flame Pea #C15B3E

Color information

#C15B3E (or 0xC15B3E) is unknown color: approx Flame Pea. HEX triplet: C1, 5B and 3E. RGB value is (193,91,62). Sum of RGB (Red+Green+Blue) = 193+91+62=346 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.78% from 346); Green value is 91 (35.94% from 255 or 26.30% from 346); Blue value is 62 (24.61% from 255 or 17.92% from 346); Max value from RGB is 193 - color contains mainly: red. Hex color #C15B3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15B3E is #3EA4C1. Grayscale: #767676. Windows color (decimal): -4105410 or 4086721. OLE color: 4086721.

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

Color convert

RGB1939162-
CMYK00.530.680.24
HSL13.28º51.37%50%-
HSV(B)13.28º67.88%75.69%-
XYZ26.619.176.85-
YUV118.1996.29181.36-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.78%
GREEN value IS 91 (35.94% from 255) = 26.30%
BLUE value IS 62 (24.61% from 255) = 17.92%
R=55.78%
G=26.30%
B=17.92%

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
Decimal193916200.530.680.2413.2851.3750
HexC15B3E0354418d3332
Octal3011337606510430156362
Binary11000001101101111111001101011000100110001101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15B3E; }

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

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

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

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

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

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

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

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