#C15A3D

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

Shades of Flame Pea #C15A3D

Tints of Flame Pea #C15A3D

Color information

#C15A3D (or 0xC15A3D) is unknown color: approx Flame Pea. HEX triplet: C1, 5A and 3D. RGB value is (193,90,61). Sum of RGB (Red+Green+Blue) = 193+90+61=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C15A3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C15A3D is #3EA5C2. Grayscale: #757575. Windows color (decimal): -4105667 or 4020929. OLE color: 4020929.

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

Color convert

RGB1939061-
CMYK00.530.680.24
HSL13.18º51.97%49.8%-
HSV(B)13.18º68.39%75.69%-
XYZ26.4918.996.68-
YUV117.4996.12181.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.10%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=56.10%
G=26.16%
B=17.73%

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
Decimal193906100.530.680.2413.1851.9749.8
HexC15A3D0354418d3432
Octal3011327506510430156462
Binary11000001101101011110101101011000100110001101110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15A3D; }

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

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

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

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

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

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

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

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