#863C6B

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

Shades of Cosmic #863C6B

Tints of Cosmic #863C6B

Color information

#863C6B (or 0x863C6B) is unknown color: approx Cosmic. HEX triplet: 86, 3C and 6B. RGB value is (134,60,107). Sum of RGB (Red+Green+Blue) = 134+60+107=301 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.52% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 107 (42.19% from 255 or 35.55% from 301); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6B is #79C394. Grayscale: #575757. Windows color (decimal): -7979925 or 7027846. OLE color: 7027846.

HSL color Cylindrical-coordinate representation of color #863C6B: hue angle of 321.89º 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 #863C6B is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB13460107-
CMYK00.550.200.47
HSL321.89º38.14%38.04%-
HSV(B)321.89º55.22%52.55%-
XYZ14.19.3614.97-
YUV87.48139.02161.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.52%
GREEN value IS 60 (23.83% from 255) = 19.93%
BLUE value IS 107 (42.19% from 255) = 35.55%
R=44.52%
G=19.93%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346010700.550.200.47321.8938.1438.04
Hex863C6B037142F1422626
Octal2067415306724575024646
Binary100001101111001101011011011110100101111101000010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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