#863A66

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

Shades of Cosmic #863A66

Tints of Cosmic #863A66

Color information

#863A66 (or 0x863A66) is unknown color: approx Cosmic. HEX triplet: 86, 3A and 66. RGB value is (134,58,102). Sum of RGB (Red+Green+Blue) = 134+58+102=294 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.58% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 134 - color contains mainly: red. Hex color #863A66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863A66 is #79C599. Grayscale: #555555. Windows color (decimal): -7980442 or 6699654. OLE color: 6699654.

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

Color convert

RGB13458102-
CMYK00.570.240.47
HSL325.26º39.58%37.65%-
HSV(B)325.26º56.72%52.55%-
XYZ13.749.0513.59-
YUV85.74137.18162.42-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.58%
GREEN value IS 58 (23.05% from 255) = 19.73%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=45.58%
G=19.73%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345810200.570.240.47325.2639.5837.65
Hex863A66039182F1452826
Octal2067214607130575055046
Binary100001101110101100110011100111000101111101000101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863A66; }

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

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

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

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

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

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

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

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