Html Css Color HEX #863F6E Cosmic

📋 copy color: '#863F6E'

red 134 ◦ green 63 ◦ blue 110

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

Shades of Cosmic #863F6E

Tints of Cosmic #863F6E

RGB

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

 GREEN value IS 63 (25% from 255) = 20.52%

 BLUE value IS 110 (43.36% from 255) = 35.83%

R = 43.65%
G = 20.52%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#863F6E (or 0x863F6E) is known color: Cosmic. HEX triplet: 86, 3F and 6E. RGB value is (134,63,110). Sum of RGB (Red+Green+Blue) = 134+63+110=307 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.65% from 307); Green value is 63 (25% from 255 or 20.52% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 134 - color contains mainly: red. Hex color #863F6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F6E is #79C091. Grayscale: #595959. Windows color (decimal): -7979154 or 7225222. OLE color: 7225222.

HSL color Cylindrical-coordinate representation of color #863F6E: hue angle of 320.28º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F6E is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 63 110 -
CMYK 0 0.53 0.18 0.47
HSL 320.28º 0.36% 0.39% -
HSV(B) 320.28º 0.53% 0.53% -
XYZ 14.42 9.75 15.87 -
YUV 89.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 134 63 110 0 0.53 0.18 0.47 320.28 0.36 0.39
Hex 86 3F 6E 0 35 12 2F 140 24 27
Octal 206 77 156 0 65 22 57 500 44 47
Binary 10000110 111111 1101110 0 110101 10010 101111 101000000 100100 100111

Color Harmonies of #863F6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F6E

Black with #863F6E

Text Example


Text Example

White with #863F6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,63,110); }

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

background-color css

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

 a { background-color: rgb(134,63,110); }

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

border-color css

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

 span { border-color: rgb(134,63,110); }

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