#C16E31

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

Shades of Meteor #C16E31

Tints of Meteor #C16E31

Color information

#C16E31 (or 0xC16E31) is unknown color: approx Meteor. HEX triplet: C1, 6E and 31. RGB value is (193,110,49). Sum of RGB (Red+Green+Blue) = 193+110+49=352 (46% of max value = 765). Red value is 193 (75.78% from 255 or 54.83% from 352); Green value is 110 (43.36% from 255 or 31.25% from 352); Blue value is 49 (19.53% from 255 or 13.92% from 352); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E31 is #3E91CE. Grayscale: #808080. Windows color (decimal): -4100559 or 3239617. OLE color: 3239617.

HSL color Cylindrical-coordinate representation of color #C16E31: hue angle of 25.42º 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 #C16E31 is Cyan = 0, Magento = 0.43, Yellow = 0.75 and Black (K on CMYK) = 0.24.

Color convert

RGB19311049-
CMYK00.430.750.24
HSL25.42º59.5%47.45%-
HSV(B)25.42º74.61%75.69%-
XYZ28.1222.715.81-
YUV127.8683.5174.46-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 54.83%
GREEN value IS 110 (43.36% from 255) = 31.25%
BLUE value IS 49 (19.53% from 255) = 13.92%
R=54.83%
G=31.25%
B=13.92%

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
Decimal1931104900.430.750.2425.4259.547.45
HexC16E3102B4B18193c2f
Octal3011566105311330317457
Binary110000011101110110001010101110010111100011001111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E31; }

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

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

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

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

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

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

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

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