#705166

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

Shades of Cosmic #705166

Tints of Cosmic #705166

Color information

#705166 (or 0x705166) is unknown color: approx Cosmic. HEX triplet: 70, 51 and 66. RGB value is (112,81,102). Sum of RGB (Red+Green+Blue) = 112+81+102=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 102 (40.23% from 255 or 34.58% from 295); Max value from RGB is 112 - color contains mainly: red. Hex color #705166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #705166 is #8FAE99. Grayscale: #5C5C5C. Windows color (decimal): -9416346 or 6705520. OLE color: 6705520.

HSL color Cylindrical-coordinate representation of color #705166: hue angle of 319.35º 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 #705166 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB11281102-
CMYK00.280.090.56
HSL319.35º16.06%37.84%-
HSV(B)319.35º27.68%43.92%-
XYZ12.0210.2913.92-
YUV92.66133.27141.79-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 37.97%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 102 (40.23% from 255) = 34.58%
R=37.97%
G=27.46%
B=34.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.09
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1128110200.280.090.56319.3516.0637.84
Hex70516601C93813f1026
Octal16012114603411704772046
Binary111000010100011100110011100100111100010011111110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705166; }

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

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

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

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

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

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

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

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