#C7702C

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

Shades of Meteor #C7702C

Tints of Meteor #C7702C

Color information

#C7702C (or 0xC7702C) is unknown color: approx Meteor. HEX triplet: C7, 70 and 2C. RGB value is (199,112,44). Sum of RGB (Red+Green+Blue) = 199+112+44=355 (47% of max value = 765). Red value is 199 (78.12% from 255 or 56.06% from 355); Green value is 112 (44.14% from 255 or 31.55% from 355); Blue value is 44 (17.58% from 255 or 12.39% from 355); Max value from RGB is 199 - color contains mainly: red. Hex color #C7702C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7702C is #388FD3. Grayscale: #828282. Windows color (decimal): -3706836 or 2912455. OLE color: 2912455.

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

Color convert

RGB19911244-
CMYK00.440.780.22
HSL26.32º63.79%47.65%-
HSV(B)26.32º77.89%78.04%-
XYZ29.823.915.43-
YUV130.2679.32177.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 56.06%
GREEN value IS 112 (44.14% from 255) = 31.55%
BLUE value IS 44 (17.58% from 255) = 12.39%
R=56.06%
G=31.55%
B=12.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.78
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991124400.440.780.2226.3263.7947.65
HexC7702C02C4E161a4030
Octal30716054054116263210060
Binary1100011111100001011000101100100111010110110101000000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7702C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7702C; }

 p { color: rgb(199,112,44); }

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

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

 a { background-color: rgb(199,112,44); }

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

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

 span { border-color: rgb(199,112,44); }

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