Html Css Color HEX #863E64 Cosmic

📋 copy color: '#863E64'

red 134 ◦ green 62 ◦ blue 100

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

Shades of Cosmic #863E64

Tints of Cosmic #863E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 33.78%

R = 45.27%
G = 20.95%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863E64 (or 0x863E64) is known color: Cosmic. HEX triplet: 86, 3E and 64. RGB value is (134,62,100). Sum of RGB (Red+Green+Blue) = 134+62+100=296 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.27% from 296); Green value is 62 (24.61% from 255 or 20.95% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 134 - color contains mainly: red. Hex color #863E64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863E64 is #79C19B. Grayscale: #575757. Windows color (decimal): -7979420 or 6569606. OLE color: 6569606.

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

Color convert

RGB 134 62 100 -
CMYK 0 0.54 0.25 0.47
HSL 328.33º 0.37% 0.38% -
HSV(B) 328.33º 0.54% 0.53% -
XYZ 13.85 9.43 13.15 -
YUV 87.86 134.85 160.91 -
System Red Green Blue C M Y K H S L
Decimal 134 62 100 0 0.54 0.25 0.47 328.33 0.37 0.38
Hex 86 3E 64 0 36 19 2F 148 25 26
Octal 206 76 144 0 66 31 57 510 45 46
Binary 10000110 111110 1100100 0 110110 11001 101111 101001000 100101 100110

Color Harmonies of #863E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863E64

Black with #863E64

Text Example


Text Example

White with #863E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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