#C05A3E

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

Shades of Flame Pea #C05A3E

Tints of Flame Pea #C05A3E

Color information

#C05A3E (or 0xC05A3E) is unknown color: approx Flame Pea. HEX triplet: C0, 5A and 3E. RGB value is (192,90,62). Sum of RGB (Red+Green+Blue) = 192+90+62=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 62 (24.61% from 255 or 18.02% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C05A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05A3E is #3FA5C1. Grayscale: #757575. Windows color (decimal): -4171202 or 4086464. OLE color: 4086464.

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

Color convert

RGB1929062-
CMYK00.530.680.25
HSL12.92º51.18%49.8%-
HSV(B)12.92º67.71%75.29%-
XYZ26.2618.876.81-
YUV117.3196.79181.28-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.81%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 62 (24.61% from 255) = 18.02%
R=55.81%
G=26.16%
B=18.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.68
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192906200.530.680.2512.9251.1849.8
HexC05A3E0354419d3332
Octal3001327606510431156362
Binary11000000101101011111001101011000100110011101110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05A3E; }

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

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

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

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

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

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

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

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