#863C6A

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

Shades of Cosmic #863C6A

Tints of Cosmic #863C6A

Color information

#863C6A (or 0x863C6A) is unknown color: approx Cosmic. HEX triplet: 86, 3C and 6A. RGB value is (134,60,106). Sum of RGB (Red+Green+Blue) = 134+60+106=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 60 (23.83% from 255 or 20% from 300); Blue value is 106 (41.80% from 255 or 35.33% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6A is #79C395. Grayscale: #575757. Windows color (decimal): -7979926 or 6962310. OLE color: 6962310.

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

Color convert

RGB13460106-
CMYK00.550.210.47
HSL322.7º38.14%38.04%-
HSV(B)322.7º55.22%52.55%-
XYZ14.059.3414.7-
YUV87.37138.52161.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.67%
GREEN value IS 60 (23.83% from 255) = 20%
BLUE value IS 106 (41.80% from 255) = 35.33%
R=44.67%
G=20%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346010600.550.210.47322.738.1438.04
Hex863C6A037152F1432626
Octal2067415206725575034646
Binary100001101111001101010011011110101101111101000011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,60,106); }

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

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

 a { background-color: rgb(134,60,106); }

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

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

 span { border-color: rgb(134,60,106); }

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