#864866

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

Shades of Cosmic #864866

Tints of Cosmic #864866

Color information

#864866 (or 0x864866) is unknown color: approx Cosmic. HEX triplet: 86, 48 and 66. RGB value is (134,72,102). Sum of RGB (Red+Green+Blue) = 134+72+102=308 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.51% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 102 (40.23% from 255 or 33.12% from 308); Max value from RGB is 134 - color contains mainly: red. Hex color #864866 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864866 is #79B799. Grayscale: #5D5D5D. Windows color (decimal): -7976858 or 6703238. OLE color: 6703238.

HSL color Cylindrical-coordinate representation of color #864866: hue angle of 330.97º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864866 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13472102-
CMYK00.460.240.47
HSL330.97º30.1%40.39%-
HSV(B)330.97º46.27%52.55%-
XYZ14.5510.6613.86-
YUV93.96132.54156.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.51%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 102 (40.23% from 255) = 33.12%
R=43.51%
G=23.38%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347210200.460.240.47330.9730.140.39
Hex86486602E182F14b1e28
Octal20611014605630575133650
Binary100001101001000110011001011101100010111110100101111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864866; }

 p { color: rgb(134,72,102); }

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

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

 a { background-color: rgb(134,72,102); }

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

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

 span { border-color: rgb(134,72,102); }

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