#864670

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

Shades of Cosmic #864670

Tints of Cosmic #864670

Color information

#864670 (or 0x864670) is unknown color: approx Cosmic. HEX triplet: 86, 46 and 70. RGB value is (134,70,112). Sum of RGB (Red+Green+Blue) = 134+70+112=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #864670 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864670 is #79B98F. Grayscale: #5D5D5D. Windows color (decimal): -7977360 or 7358086. OLE color: 7358086.

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

Color convert

RGB13470112-
CMYK00.480.160.47
HSL320.62º31.37%40%-
HSV(B)320.62º47.76%52.55%-
XYZ14.9510.6216.59-
YUV93.92138.2156.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 70 (27.73% from 255) = 22.15%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=42.41%
G=22.15%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347011200.480.160.47320.6231.3740
Hex864670030102F1411f28
Octal20610616006020575013750
Binary100001101000110111000001100001000010111110100000111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864670; }

 p { color: rgb(134,70,112); }

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

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

 a { background-color: rgb(134,70,112); }

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

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

 span { border-color: rgb(134,70,112); }

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