#C15A45

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

Shades of Flame Pea #C15A45

Tints of Flame Pea #C15A45

Color information

#C15A45 (or 0xC15A45) is unknown color: approx Flame Pea. HEX triplet: C1, 5A and 45. RGB value is (193,90,69). Sum of RGB (Red+Green+Blue) = 193+90+69=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 90 (35.55% from 255 or 25.57% from 352); Blue value is 69 (27.34% from 255 or 19.60% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A45 is #3EA5BA. Grayscale: #767676. Windows color (decimal): -4105659 or 4545217. OLE color: 4545217.

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

Color convert

RGB1939069-
CMYK00.530.640.24
HSL10.16º50%51.37%-
HSV(B)10.16º64.25%75.69%-
XYZ26.7219.087.9-
YUV118.4100.12181.21-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 90 (35.55% from 255) = 25.57%
BLUE value IS 69 (27.34% from 255) = 19.60%
R=54.83%
G=25.57%
B=19.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193906900.530.640.2410.165051.37
HexC15A450354018a3233
Octal30113210506510030126263
Binary110000011011010100010101101011000000110001010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A45; }

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

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

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

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

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

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

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

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