#C7712E

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

Shades of Meteor #C7712E

Tints of Meteor #C7712E

Color information

#C7712E (or 0xC7712E) is unknown color: approx Meteor. HEX triplet: C7, 71 and 2E. RGB value is (199,113,46). Sum of RGB (Red+Green+Blue) = 199+113+46=358 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.59% from 358); Green value is 113 (44.53% from 255 or 31.56% from 358); Blue value is 46 (18.36% from 255 or 12.85% from 358); Max value from RGB is 199 - color contains mainly: red. Hex color #C7712E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7712E is #388ED1. Grayscale: #838383. Windows color (decimal): -3706578 or 3043783. OLE color: 3043783.

HSL color Cylindrical-coordinate representation of color #C7712E: hue angle of 26.27º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7712E is Cyan = 0, Magento = 0.43, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB19911346-
CMYK00.430.770.22
HSL26.27º62.45%48.04%-
HSV(B)26.27º76.88%78.04%-
XYZ29.9524.155.67-
YUV131.0879.99176.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 55.59%
GREEN value IS 113 (44.53% from 255) = 31.56%
BLUE value IS 46 (18.36% from 255) = 12.85%
R=55.59%
G=31.56%
B=12.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.77
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991134600.430.770.2226.2762.4548.04
HexC7712E02B4D161a3e30
Octal3071615605311526327660
Binary110001111110001101110010101110011011011011010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7712E; }

 p { color: rgb(199,113,46); }

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

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

 a { background-color: rgb(199,113,46); }

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

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

 span { border-color: rgb(199,113,46); }

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