#86456C

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

Shades of Cosmic #86456C

Tints of Cosmic #86456C

Color information

#86456C (or 0x86456C) is unknown color: approx Cosmic. HEX triplet: 86, 45 and 6C. RGB value is (134,69,108). Sum of RGB (Red+Green+Blue) = 134+69+108=311 (41% of max value = 765). Red value is 134 (52.73% from 255 or 43.09% from 311); Green value is 69 (27.34% from 255 or 22.19% from 311); Blue value is 108 (42.58% from 255 or 34.73% from 311); Max value from RGB is 134 - color contains mainly: red. Hex color #86456C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86456C is #79BA93. Grayscale: #5C5C5C. Windows color (decimal): -7977620 or 7095686. OLE color: 7095686.

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

Color convert

RGB13469108-
CMYK00.490.190.47
HSL324º32.02%39.8%-
HSV(B)324º48.51%52.55%-
XYZ14.6710.4115.42-
YUV92.88136.53157.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 43.09%
GREEN value IS 69 (27.34% from 255) = 22.19%
BLUE value IS 108 (42.58% from 255) = 34.73%
R=43.09%
G=22.19%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346910800.490.190.4732432.0239.8
Hex86456C031132F1442028
Octal20610515406123575044050
Binary1000011010001011101100011000110011101111101000100100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86456C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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