#C27129

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

Shades of Meteor #C27129

Tints of Meteor #C27129

Color information

#C27129 (or 0xC27129) is unknown color: approx Meteor. HEX triplet: C2, 71 and 29. RGB value is (194,113,41). Sum of RGB (Red+Green+Blue) = 194+113+41=348 (46% of max value = 765). Red value is 194 (76.17% from 255 or 55.75% from 348); Green value is 113 (44.53% from 255 or 32.47% from 348); Blue value is 41 (16.41% from 255 or 11.78% from 348); Max value from RGB is 194 - color contains mainly: red. Hex color #C27129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27129 is #3D8ED6. Grayscale: #818181. Windows color (decimal): -4034263 or 2716098. OLE color: 2716098.

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

Color convert

RGB19411341-
CMYK00.420.790.24
HSL28.24º65.11%46.08%-
HSV(B)28.24º78.87%76.08%-
XYZ28.5523.445.12-
YUV129.0178.34174.35-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 55.75%
GREEN value IS 113 (44.53% from 255) = 32.47%
BLUE value IS 41 (16.41% from 255) = 11.78%
R=55.75%
G=32.47%
B=11.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.79
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941134100.420.790.2428.2465.1146.08
HexC2712902A4F181c412e
Octal30216151052117303410156
Binary1100001011100011010010101010100111111000111001000001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27129; }

 p { color: rgb(194,113,41); }

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

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

 a { background-color: rgb(194,113,41); }

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

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

 span { border-color: rgb(194,113,41); }

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