#C05E49

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

Shades of Flame Pea #C05E49

Tints of Flame Pea #C05E49

Color information

#C05E49 (or 0xC05E49) is unknown color: approx Flame Pea. HEX triplet: C0, 5E and 49. RGB value is (192,94,73). Sum of RGB (Red+Green+Blue) = 192+94+73=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 73 (28.91% from 255 or 20.33% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C05E49 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05E49 is #3FA1B6. Grayscale: #797979. Windows color (decimal): -4170167 or 4808384. OLE color: 4808384.

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

Color convert

RGB1929473-
CMYK00.510.620.25
HSL10.59º48.57%51.96%-
HSV(B)10.59º61.98%75.29%-
XYZ26.9419.698.68-
YUV120.91100.97178.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.48%
GREEN value IS 94 (37.11% from 255) = 26.18%
BLUE value IS 73 (28.91% from 255) = 20.33%
R=53.48%
G=26.18%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.62
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192947300.510.620.2510.5948.5751.96
HexC05E490333E19b3134
Octal3001361110637631136164
Binary11000000101111010010010110011111110110011011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05E49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05E49; }

 p { color: rgb(192,94,73); }

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

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

 a { background-color: rgb(192,94,73); }

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

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

 span { border-color: rgb(192,94,73); }

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