#C05442

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

Shades of Flame Pea #C05442

Tints of Flame Pea #C05442

Color information

#C05442 (or 0xC05442) is unknown color: approx Flame Pea. HEX triplet: C0, 54 and 42. RGB value is (192,84,66). Sum of RGB (Red+Green+Blue) = 192+84+66=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 84 (33.20% from 255 or 24.56% from 342); Blue value is 66 (26.17% from 255 or 19.30% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C05442 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C05442 is #3FABBD. Grayscale: #727272. Windows color (decimal): -4172734 or 4347072. OLE color: 4347072.

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

Color convert

RGB1928466-
CMYK00.560.660.25
HSL8.57º50%50.59%-
HSV(B)8.57º65.62%75.29%-
XYZ25.8917.947.25-
YUV114.24100.78183.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 56.14%
GREEN value IS 84 (33.20% from 255) = 24.56%
BLUE value IS 66 (26.17% from 255) = 19.30%
R=56.14%
G=24.56%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192846600.560.660.258.575050.59
HexC05442038421993233
Octal30012410207010231116263
Binary110000001010100100001001110001000010110011001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05442; }

 p { color: rgb(192,84,66); }

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

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

 a { background-color: rgb(192,84,66); }

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

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

 span { border-color: rgb(192,84,66); }

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