#C16F2D

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

Shades of Meteor #C16F2D

Tints of Meteor #C16F2D

Color information

#C16F2D (or 0xC16F2D) is unknown color: approx Meteor. HEX triplet: C1, 6F and 2D. RGB value is (193,111,45). Sum of RGB (Red+Green+Blue) = 193+111+45=349 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.30% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 45 (17.97% from 255 or 12.89% from 349); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F2D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16F2D is #3E90D2. Grayscale: #808080. Windows color (decimal): -4100307 or 2977729. OLE color: 2977729.

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

Color convert

RGB19311145-
CMYK00.420.770.24
HSL26.76º62.18%46.67%-
HSV(B)26.76º76.68%75.69%-
XYZ28.1522.95.42-
YUV127.9981.17174.37-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.30%
GREEN value IS 111 (43.75% from 255) = 31.81%
BLUE value IS 45 (17.97% from 255) = 12.89%
R=55.30%
G=31.81%
B=12.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931114500.420.770.2426.7662.1846.67
HexC16F2D02A4D181b3e2f
Octal3011575505211530337657
Binary110000011101111101101010101010011011100011011111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16F2D; }

 p { color: rgb(193,111,45); }

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

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

 a { background-color: rgb(193,111,45); }

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

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

 span { border-color: rgb(193,111,45); }

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