#863C67

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

Shades of Cosmic #863C67

Tints of Cosmic #863C67

Color information

#863C67 (or 0x863C67) is unknown color: approx Cosmic. HEX triplet: 86, 3C and 67. RGB value is (134,60,103). Sum of RGB (Red+Green+Blue) = 134+60+103=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 103 (40.62% from 255 or 34.68% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #863C67 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863C67 is #79C398. Grayscale: #565656. Windows color (decimal): -7979929 or 6765702. OLE color: 6765702.

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

Color convert

RGB13460103-
CMYK00.550.230.47
HSL325.14º38.14%38.04%-
HSV(B)325.14º55.22%52.55%-
XYZ13.99.2813.89-
YUV87.03137.02161.5-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 45.12%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 103 (40.62% from 255) = 34.68%
R=45.12%
G=20.20%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346010300.550.230.47325.1438.1438.04
Hex863C67037172F1452626
Octal2067414706727575054646
Binary100001101111001100111011011110111101111101000101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863C67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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