#C16E27

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

Shades of Meteor #C16E27

Tints of Meteor #C16E27

Color information

#C16E27 (or 0xC16E27) is unknown color: approx Meteor. HEX triplet: C1, 6E and 27. RGB value is (193,110,39). Sum of RGB (Red+Green+Blue) = 193+110+39=342 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.43% from 342); Green value is 110 (43.36% from 255 or 32.16% from 342); Blue value is 39 (15.62% from 255 or 11.40% from 342); Max value from RGB is 193 - color contains mainly: red. Hex color #C16E27 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16E27 is #3E91D8. Grayscale: #7F7F7F. Windows color (decimal): -4100569 or 2584257. OLE color: 2584257.

HSL color Cylindrical-coordinate representation of color #C16E27: hue angle of 27.66º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C16E27 is Cyan = 0, Magento = 0.43, Yellow = 0.80 and Black (K on CMYK) = 0.24.

Color convert

RGB19311039-
CMYK00.430.800.24
HSL27.66º66.38%45.49%-
HSV(B)27.66º79.79%75.69%-
XYZ27.9322.644.82-
YUV126.7278.5175.27-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 56.43%
GREEN value IS 110 (43.36% from 255) = 32.16%
BLUE value IS 39 (15.62% from 255) = 11.40%
R=56.43%
G=32.16%
B=11.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.80
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931103900.430.800.2427.6666.3845.49
HexC16E2702B50181c422d
Octal30115647053120303410255
Binary1100000111011101001110101011101000011000111001000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C16E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C16E27; }

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

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

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

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

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

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

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

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