#863C6C

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

Shades of Cosmic #863C6C

Tints of Cosmic #863C6C

Color information

#863C6C (or 0x863C6C) is unknown color: approx Cosmic. HEX triplet: 86, 3C and 6C. RGB value is (134,60,108). Sum of RGB (Red+Green+Blue) = 134+60+108=302 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.37% from 302); Green value is 60 (23.83% from 255 or 19.87% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 134 - color contains mainly: red. Hex color #863C6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C6C is #79C393. Grayscale: #575757. Windows color (decimal): -7979924 or 7093382. OLE color: 7093382.

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

Color convert

RGB13460108-
CMYK00.550.190.47
HSL321.08º38.14%38.04%-
HSV(B)321.08º55.22%52.55%-
XYZ14.159.3815.25-
YUV87.6139.52161.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 44.37%
GREEN value IS 60 (23.83% from 255) = 19.87%
BLUE value IS 108 (42.58% from 255) = 35.76%
R=44.37%
G=19.87%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346010800.550.190.47321.0838.1438.04
Hex863C6C037132F1412626
Octal2067415406723575014646
Binary100001101111001101100011011110011101111101000001100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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