Html Css Color HEX #863F64 Cosmic

📋 copy color: '#863F64'

red 134 ◦ green 63 ◦ blue 100

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

Shades of Cosmic #863F64

Tints of Cosmic #863F64

RGB

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

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

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

R = 45.12%
G = 21.21%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#863F64 (or 0x863F64) is known color: Cosmic. HEX triplet: 86, 3F and 64. RGB value is (134,63,100). Sum of RGB (Red+Green+Blue) = 134+63+100=297 (39% of max value = 765). Red value is 134 (52.73% from 255 or 45.12% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 134 - color contains mainly: red. Hex color #863F64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #863F64 is #79C09B. Grayscale: #585858. Windows color (decimal): -7979164 or 6569862. OLE color: 6569862.

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

Color convert

RGB 134 63 100 -
CMYK 0 0.53 0.25 0.47
HSL 328.73º 0.36% 0.39% -
HSV(B) 328.73º 0.53% 0.53% -
XYZ 13.91 9.54 13.17 -
YUV 88.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 134 63 100 0 0.53 0.25 0.47 328.73 0.36 0.39
Hex 86 3F 64 0 35 19 2F 149 24 27
Octal 206 77 144 0 65 31 57 511 44 47
Binary 10000110 111111 1100100 0 110101 11001 101111 101001001 100100 100111

Color Harmonies of #863F64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863F64

Black with #863F64

Text Example


Text Example

White with #863F64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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