#C15640

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

Shades of Flame Pea #C15640

Tints of Flame Pea #C15640

Color information

#C15640 (or 0xC15640) is unknown color: approx Flame Pea. HEX triplet: C1, 56 and 40. RGB value is (193,86,64). Sum of RGB (Red+Green+Blue) = 193+86+64=343 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.27% from 343); Green value is 86 (33.98% from 255 or 25.07% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 193 - color contains mainly: red. Hex color #C15640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15640 is #3EA9BF. Grayscale: #737373. Windows color (decimal): -4106688 or 4216513. OLE color: 4216513.

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

Color convert

RGB1938664-
CMYK00.550.670.24
HSL10.23º50.99%50.39%-
HSV(B)10.23º66.84%75.69%-
XYZ26.2518.367.01-
YUV115.4898.95183.29-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.27%
GREEN value IS 86 (33.98% from 255) = 25.07%
BLUE value IS 64 (25.39% from 255) = 18.66%
R=56.27%
G=25.07%
B=18.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193866400.550.670.2410.2350.9950.39
HexC156400374318a3332
Octal30112610006710330126362
Binary110000011010110100000001101111000011110001010110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15640; }

 p { color: rgb(193,86,64); }

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

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

 a { background-color: rgb(193,86,64); }

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

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

 span { border-color: rgb(193,86,64); }

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