#715166

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

Shades of Cosmic #715166

Tints of Cosmic #715166

Color information

#715166 (or 0x715166) is unknown color: approx Cosmic. HEX triplet: 71, 51 and 66. RGB value is (113,81,102). Sum of RGB (Red+Green+Blue) = 113+81+102=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 81 (32.03% from 255 or 27.36% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715166 is #8EAE99. Grayscale: #5C5C5C. Windows color (decimal): -9350810 or 6705521. OLE color: 6705521.

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

Color convert

RGB11381102-
CMYK00.280.100.56
HSL320.62º16.49%38.04%-
HSV(B)320.62º28.32%44.31%-
XYZ12.1510.3513.93-
YUV92.96133.1142.29-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 81 (32.03% from 255) = 27.36%
BLUE value IS 102 (40.23% from 255) = 34.46%
R=38.18%
G=27.36%
B=34.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138110200.280.100.56320.6216.4938.04
Hex71516601CA381411026
Octal16112114603412705012046
Binary111000110100011100110011100101011100010100000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715166; }

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

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

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

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

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

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

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

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