#C16345

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

Shades of Flame Pea #C16345

Tints of Flame Pea #C16345

Color information

#C16345 (or 0xC16345) is unknown color: approx Flame Pea. HEX triplet: C1, 63 and 45. RGB value is (193,99,69). Sum of RGB (Red+Green+Blue) = 193+99+69=361 (47% of max value = 765). Red value is 193 (75.78% from 255 or 53.46% from 361); Green value is 99 (39.06% from 255 or 27.42% from 361); Blue value is 69 (27.34% from 255 or 19.11% from 361); Max value from RGB is 193 - color contains mainly: red. Hex color #C16345 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16345 is #3E9CBA. Grayscale: #7B7B7B. Windows color (decimal): -4103355 or 4547521. OLE color: 4547521.

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

Color convert

RGB1939969-
CMYK00.490.640.24
HSL14.52º50%51.37%-
HSV(B)14.52º64.25%75.69%-
XYZ27.5320.698.17-
YUV123.6997.14177.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 53.46%
GREEN value IS 99 (39.06% from 255) = 27.42%
BLUE value IS 69 (27.34% from 255) = 19.11%
R=53.46%
G=27.42%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193996900.490.640.2414.525051.37
HexC163450314018f3233
Octal30114310506110030176263
Binary110000011100011100010101100011000000110001111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16345; }

 p { color: rgb(193,99,69); }

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

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

 a { background-color: rgb(193,99,69); }

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

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

 span { border-color: rgb(193,99,69); }

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