#864C68

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

Shades of Cosmic #864C68

Tints of Cosmic #864C68

Color information

#864C68 (or 0x864C68) is unknown color: approx Cosmic. HEX triplet: 86, 4C and 68. RGB value is (134,76,104). Sum of RGB (Red+Green+Blue) = 134+76+104=314 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.68% from 314); Green value is 76 (30.08% from 255 or 24.20% from 314); Blue value is 104 (41.02% from 255 or 33.12% from 314); Max value from RGB is 134 - color contains mainly: red. Hex color #864C68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864C68 is #79B397. Grayscale: #606060. Windows color (decimal): -7975832 or 6835334. OLE color: 6835334.

HSL color Cylindrical-coordinate representation of color #864C68: hue angle of 331.03º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #864C68 is Cyan = 0, Magento = 0.43, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13476104-
CMYK00.430.220.47
HSL331.03º27.62%41.18%-
HSV(B)331.03º43.28%52.55%-
XYZ14.9111.2414.48-
YUV96.53132.22154.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.68%
GREEN value IS 76 (30.08% from 255) = 24.20%
BLUE value IS 104 (41.02% from 255) = 33.12%
R=42.68%
G=24.20%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347610400.430.220.47331.0327.6241.18
Hex864C6802B162F14b1c29
Octal20611415005326575133451
Binary100001101001100110100001010111011010111110100101111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864C68; }

 p { color: rgb(134,76,104); }

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

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

 a { background-color: rgb(134,76,104); }

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

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

 span { border-color: rgb(134,76,104); }

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