#C16E2A

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

Shades of Meteor #C16E2A

Tints of Meteor #C16E2A

Color information

#C16E2A (or 0xC16E2A) is unknown color: approx Meteor. HEX triplet: C1, 6E and 2A. RGB value is (193,110,42). Sum of RGB (Red+Green+Blue) = 193+110+42=345 (45% of max value = 765). Red value is 193 (75.78% from 255 or 55.94% from 345); Green value is 110 (43.36% from 255 or 31.88% from 345); Blue value is 42 (16.80% from 255 or 12.17% from 345); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E2A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E2A is #3E91D5. Grayscale: #7F7F7F. Windows color (decimal): -4100566 or 2780865. OLE color: 2780865.

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

Color convert

RGB19311042-
CMYK00.430.780.24
HSL27.02º64.26%46.08%-
HSV(B)27.02º78.24%75.69%-
XYZ27.9922.665.09-
YUV127.0680175.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 55.94%
GREEN value IS 110 (43.36% from 255) = 31.88%
BLUE value IS 42 (16.80% from 255) = 12.17%
R=55.94%
G=31.88%
B=12.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931104200.430.780.2427.0264.2646.08
HexC16E2A02B4E181b402e
Octal30115652053116303310056
Binary1100000111011101010100101011100111011000110111000000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E2A; }

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

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

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

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

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

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

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

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