#c07031

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

Shades of Meteor #C07031

Tints of Meteor #C07031

Color information

#C07031 (or 0xC07031) is unknown color: approx Meteor. HEX triplet: C0, 70 and 31. RGB value is (192,112,49). Sum of RGB (Red+Green+Blue) = 192+112+49=353 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.39% from 353); Green value is 112 (44.14% from 255 or 31.73% from 353); Blue value is 49 (19.53% from 255 or 13.88% from 353); Max value from RGB is 192 - color contains mainly: red. Hex color #C07031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C07031 is #3F8FCE. Grayscale: #818181. Windows color (decimal): -4165583 or 3240128. OLE color: 3240128.

HSL color Cylindrical-coordinate representation of color #C07031: hue angle of 26.43º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C07031 is Cyan = 0, Magento = 0.42, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB19211249-
CMYK00.420.740.25
HSL26.43º59.34%47.25%-
HSV(B)26.43º74.48%75.29%-
XYZ28.0923.025.87-
YUV128.7483173.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 54.39%
GREEN value IS 112 (44.14% from 255) = 31.73%
BLUE value IS 49 (19.53% from 255) = 13.88%
R=54.39%
G=31.73%
B=13.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.74
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921124900.420.740.2526.4359.3447.25
HexC0703102A4A191a3b2f
Octal3001606105211231327357
Binary110000001110000110001010101010010101100111010111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07031; }

 p { color: rgb(192,112,49); }

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

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

 a { background-color: rgb(192,112,49); }

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

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

 span { border-color: rgb(192,112,49); }

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