#86406C

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

Shades of Cosmic #86406C

Tints of Cosmic #86406C

Color information

#86406C (or 0x86406C) is unknown color: approx Cosmic. HEX triplet: 86, 40 and 6C. RGB value is (134,64,108). Sum of RGB (Red+Green+Blue) = 134+64+108=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 108 (42.58% from 255 or 35.29% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #86406C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86406C is #79BF93. Grayscale: #595959. Windows color (decimal): -7978900 or 7094406. OLE color: 7094406.

HSL color Cylindrical-coordinate representation of color #86406C: hue angle of 322.29º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #86406C is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13464108-
CMYK00.520.190.47
HSL322.29º35.35%38.82%-
HSV(B)322.29º52.24%52.55%-
XYZ14.379.8215.32-
YUV89.95138.19159.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.79%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 108 (42.58% from 255) = 35.29%
R=43.79%
G=20.92%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346410800.520.190.47322.2935.3538.82
Hex86406C034132F1422327
Octal20610015406423575024347
Binary1000011010000001101100011010010011101111101000010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86406C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86406C; }

 p { color: rgb(134,64,108); }

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

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

 a { background-color: rgb(134,64,108); }

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

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

 span { border-color: rgb(134,64,108); }

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