#C06242

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

Shades of Flame Pea #C06242

Tints of Flame Pea #C06242

Color information

#C06242 (or 0xC06242) is unknown color: approx Flame Pea. HEX triplet: C0, 62 and 42. RGB value is (192,98,66). Sum of RGB (Red+Green+Blue) = 192+98+66=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 98 (38.67% from 255 or 27.53% from 356); Blue value is 66 (26.17% from 255 or 18.54% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C06242 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06242 is #3F9DBD. Grayscale: #7A7A7A. Windows color (decimal): -4169150 or 4350656. OLE color: 4350656.

HSL color Cylindrical-coordinate representation of color #C06242: hue angle of 15.24º 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 #C06242 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1929866-
CMYK00.490.660.25
HSL15.24º50%50.59%-
HSV(B)15.24º65.62%75.29%-
XYZ27.0920.347.65-
YUV122.4696.14177.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 53.93%
GREEN value IS 98 (38.67% from 255) = 27.53%
BLUE value IS 66 (26.17% from 255) = 18.54%
R=53.93%
G=27.53%
B=18.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal192986600.490.660.2515.245050.59
HexC062420314219f3233
Octal30014210206110231176263
Binary110000001100010100001001100011000010110011111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06242; }

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

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

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

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

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

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

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

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