#C1742C

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

Shades of Meteor #C1742C

Tints of Meteor #C1742C

Color information

#C1742C (or 0xC1742C) is unknown color: approx Meteor. HEX triplet: C1, 74 and 2C. RGB value is (193,116,44). Sum of RGB (Red+Green+Blue) = 193+116+44=353 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.67% from 353); Green value is 116 (45.70% from 255 or 32.86% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 193 - color contains mainly: red. Hex color #C1742C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C1742C is #3E8BD3. Grayscale: #838383. Windows color (decimal): -4099028 or 2913473. OLE color: 2913473.

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

Color convert

RGB19311644-
CMYK00.400.770.24
HSL28.99º62.87%46.47%-
HSV(B)28.99º77.2%75.69%-
XYZ28.6924.015.51-
YUV130.8279.01172.35-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.67%
GREEN value IS 116 (45.70% from 255) = 32.86%
BLUE value IS 44 (17.58% from 255) = 12.46%
R=54.67%
G=32.86%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.77
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931164400.400.770.2428.9962.8746.47
HexC1742C0284D181d3f2e
Octal3011645405011530357756
Binary110000011110100101100010100010011011100011101111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1742C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1742C; }

 p { color: rgb(193,116,44); }

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

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

 a { background-color: rgb(193,116,44); }

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

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

 span { border-color: rgb(193,116,44); }

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