Html Css Color HEX #863E6C Cosmic

📋 copy color: '#863E6C'

red 134 ◦ green 62 ◦ blue 108

#863E6C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #863E6C

Tints of Cosmic #863E6C

RGB

 RED value IS 134 (52.73% from 255) = 44.08%

 GREEN value IS 62 (24.61% from 255) = 20.39%

 BLUE value IS 108 (42.58% from 255) = 35.53%

R = 44.08%
G = 20.39%
B = 35.53%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#863E6C (or 0x863E6C) is known color: Cosmic. HEX triplet: 86, 3E and 6C. RGB value is (134,62,108). Sum of RGB (Red+Green+Blue) = 134+62+108=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 62 (24.61% from 255 or 20.39% from 304); Blue value is 108 (42.58% from 255 or 35.53% from 304); Max value from RGB is 134 - color contains mainly: red. Hex color #863E6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E6C is #79C193. Grayscale: #585858. Windows color (decimal): -7979412 or 7093894. OLE color: 7093894.

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

Color convert

RGB 134 62 108 -
CMYK 0 0.54 0.19 0.47
HSL 321.67º 0.37% 0.38% -
HSV(B) 321.67º 0.54% 0.53% -
XYZ 14.26 9.6 15.29 -
YUV 88.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 134 62 108 0 0.54 0.19 0.47 321.67 0.37 0.38
Hex 86 3E 6C 0 36 13 2F 142 25 26
Octal 206 76 154 0 66 23 57 502 45 46
Binary 10000110 111110 1101100 0 110110 10011 101111 101000010 100101 100110

Color Harmonies of #863E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E6C

Black with #863E6C

Text Example


Text Example

White with #863E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #863E6C;
 }
 .AnyTagClassName
 {
   color: #863E6C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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