#c46f2c

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

Shades of Meteor #C46F2C

Tints of Meteor #C46F2C

Color information

#C46F2C (or 0xC46F2C) is unknown color: approx Meteor. HEX triplet: C4, 6F and 2C. RGB value is (196,111,44). Sum of RGB (Red+Green+Blue) = 196+111+44=351 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.84% from 351); Green value is 111 (43.75% from 255 or 31.62% from 351); Blue value is 44 (17.58% from 255 or 12.54% from 351); Max value from RGB is 196 - color contains mainly: red. Hex color #C46F2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46F2C is #3B90D3. Grayscale: #818181. Windows color (decimal): -3903700 or 2912196. OLE color: 2912196.

HSL color Cylindrical-coordinate representation of color #C46F2C: hue angle of 26.45º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C46F2C is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.23.

Color convert

RGB19611144-
CMYK00.430.780.23
HSL26.45º63.33%47.06%-
HSV(B)26.45º77.55%76.86%-
XYZ28.923.295.35-
YUV128.7880.16175.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 55.84%
GREEN value IS 111 (43.75% from 255) = 31.62%
BLUE value IS 44 (17.58% from 255) = 12.54%
R=55.84%
G=31.62%
B=12.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961114400.430.780.2326.4563.3347.06
HexC46F2C02B4E171a3f2f
Octal3041575405311627327757
Binary110001001101111101100010101110011101011111010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c46f2c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c46f2c; }

 p { color: rgb(196,111,44); }

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

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

 a { background-color: rgb(196,111,44); }

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

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

 span { border-color: rgb(196,111,44); }

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