#C16E30

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

Shades of Meteor #C16E30

Tints of Meteor #C16E30

Color information

#C16E30 (or 0xC16E30) is unknown color: approx Meteor. HEX triplet: C1, 6E and 30. RGB value is (193,110,48). Sum of RGB (Red+Green+Blue) = 193+110+48=351 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.99% from 351); Green value is 110 (43.36% from 255 or 31.34% from 351); Blue value is 48 (19.14% from 255 or 13.68% from 351); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E30 is #3E91CF. Grayscale: #808080. Windows color (decimal): -4100560 or 3174081. OLE color: 3174081.

HSL color Cylindrical-coordinate representation of color #C16E30: hue angle of 25.66º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C16E30 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19311048-
CMYK00.430.750.24
HSL25.66º60.17%47.25%-
HSV(B)25.66º75.13%75.69%-
XYZ28.122.75.7-
YUV127.7583174.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.99%
GREEN value IS 110 (43.36% from 255) = 31.34%
BLUE value IS 48 (19.14% from 255) = 13.68%
R=54.99%
G=31.34%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931104800.430.750.2425.6660.1747.25
HexC16E3002B4B181a3c2f
Octal3011566005311330327457
Binary110000011101110110000010101110010111100011010111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E30; }

 p { color: rgb(193,110,48); }

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

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

 a { background-color: rgb(193,110,48); }

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

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

 span { border-color: rgb(193,110,48); }

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