#C27133

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

Shades of Meteor #C27133

Tints of Meteor #C27133

Color information

#C27133 (or 0xC27133) is unknown color: approx Meteor. HEX triplet: C2, 71 and 33. RGB value is (194,113,51). Sum of RGB (Red+Green+Blue) = 194+113+51=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 51 (20.31% from 255 or 14.25% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C27133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27133 is #3D8ECC. Grayscale: #828282. Windows color (decimal): -4034253 or 3371458. OLE color: 3371458.

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

Color convert

RGB19411351-
CMYK00.420.740.24
HSL26.01º58.37%48.04%-
HSV(B)26.01º73.71%76.08%-
XYZ28.7523.526.16-
YUV130.1583.34173.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.19%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 51 (20.31% from 255) = 14.25%
R=54.19%
G=31.56%
B=14.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941135100.420.740.2426.0158.3748.04
HexC2713302A4A181a3a30
Octal3021616305211230327260
Binary110000101110001110011010101010010101100011010111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27133; }

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

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

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

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

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

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

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

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