#705163

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

Shades of Cosmic #705163

Tints of Cosmic #705163

Color information

#705163 (or 0x705163) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 63. RGB value is (112,81,99). Sum of RGB (Red+Green+Blue) = 112+81+99=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 112 - color contains mainly: red. Hex color #705163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705163 is #8FAE9C. Grayscale: #5C5C5C. Windows color (decimal): -9416349 or 6508912. OLE color: 6508912.

HSL color Cylindrical-coordinate representation of color #705163: hue angle of 325.16º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #705163 is Cyan = 0, Magento = 0.28, Yellow = 0.12 and Black (K on CMYK) = 0.56.

Color convert

RGB1128199-
CMYK00.280.120.56
HSL325.16º16.06%37.84%-
HSV(B)325.16º27.68%43.92%-
XYZ11.8810.2313.15-
YUV92.32131.77142.04-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 38.36%
GREEN value IS 81 (32.03% from 255) = 27.74%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=38.36%
G=27.74%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112819900.280.120.56325.1616.0637.84
Hex70516301CC381451026
Octal16012114303414705052046
Binary111000010100011100011011100110011100010100010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705163; }

 p { color: rgb(112,81,99); }

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

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

 a { background-color: rgb(112,81,99); }

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

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

 span { border-color: rgb(112,81,99); }

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