#C05940

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

Shades of Flame Pea #C05940

Tints of Flame Pea #C05940

Color information

#C05940 (or 0xC05940) is unknown color: approx Flame Pea. HEX triplet: C0, 59 and 40. RGB value is (192,89,64). Sum of RGB (Red+Green+Blue) = 192+89+64=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 89 (35.16% from 255 or 25.80% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C05940 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05940 is #3FA6BF. Grayscale: #757575. Windows color (decimal): -4171456 or 4217280. OLE color: 4217280.

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

Color convert

RGB1928964-
CMYK00.540.670.25
HSL11.72º50.39%50.2%-
HSV(B)11.72º66.67%75.29%-
XYZ26.2418.727.08-
YUV116.9598.12181.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 55.65%
GREEN value IS 89 (35.16% from 255) = 25.80%
BLUE value IS 64 (25.39% from 255) = 18.55%
R=55.65%
G=25.80%
B=18.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192896400.540.670.2511.7250.3950.2
HexC059400364319c3232
Octal30013110006610331146262
Binary110000001011001100000001101101000011110011100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05940; }

 p { color: rgb(192,89,64); }

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

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

 a { background-color: rgb(192,89,64); }

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

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

 span { border-color: rgb(192,89,64); }

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