#C27530

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

Shades of Meteor #C27530

Tints of Meteor #C27530

Color information

#C27530 (or 0xC27530) is unknown color: approx Meteor. HEX triplet: C2, 75 and 30. RGB value is (194,117,48). Sum of RGB (Red+Green+Blue) = 194+117+48=359 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.04% from 359); Green value is 117 (46.09% from 255 or 32.59% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 194 - color contains mainly: red. Hex color #C27530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27530 is #3D8ACF. Grayscale: #848484. Windows color (decimal): -4033232 or 3175874. OLE color: 3175874.

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

Color convert

RGB19411748-
CMYK00.400.750.24
HSL28.36º60.33%47.45%-
HSV(B)28.36º75.26%76.08%-
XYZ29.1424.415.97-
YUV132.1680.51172.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 54.04%
GREEN value IS 117 (46.09% from 255) = 32.59%
BLUE value IS 48 (19.14% from 255) = 13.37%
R=54.04%
G=32.59%
B=13.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941174800.400.750.2428.3660.3347.45
HexC275300284B181c3c2f
Octal3021656005011330347457
Binary110000101110101110000010100010010111100011100111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27530; }

 p { color: rgb(194,117,48); }

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

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

 a { background-color: rgb(194,117,48); }

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

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

 span { border-color: rgb(194,117,48); }

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