#C16447

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

Shades of Flame Pea #C16447

Tints of Flame Pea #C16447

Color information

#C16447 (or 0xC16447) is unknown color: approx Flame Pea. HEX triplet: C1, 64 and 47. RGB value is (193,100,71). Sum of RGB (Red+Green+Blue) = 193+100+71=364 (48% of max value = 765). Red value is 193 (75.78% from 255 or 53.02% from 364); Green value is 100 (39.45% from 255 or 27.47% from 364); Blue value is 71 (28.12% from 255 or 19.51% from 364); Max value from RGB is 193 - color contains mainly: red. Hex color #C16447 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16447 is #3E9BB8. Grayscale: #7C7C7C. Windows color (decimal): -4103097 or 4678849. OLE color: 4678849.

HSL color Cylindrical-coordinate representation of color #C16447: hue angle of 14.26º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C16447 is Cyan = 0, Magento = 0.48, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19310071-
CMYK00.480.630.24
HSL14.26º49.59%51.76%-
HSV(B)14.26º63.21%75.69%-
XYZ27.6920.918.54-
YUV124.597.81176.86-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.02%
GREEN value IS 100 (39.45% from 255) = 27.47%
BLUE value IS 71 (28.12% from 255) = 19.51%
R=53.02%
G=27.47%
B=19.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931007100.480.630.2414.2649.5951.76
HexC164470303F18e3234
Octal3011441070607730166264
Binary11000001110010010001110110000111111110001110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16447; }

 p { color: rgb(193,100,71); }

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

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

 a { background-color: rgb(193,100,71); }

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

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

 span { border-color: rgb(193,100,71); }

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