Html Css Color HEX #864864 Cosmic

📋 copy color: '#864864'

red 134 ◦ green 72 ◦ blue 100

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

Shades of Cosmic #864864

Tints of Cosmic #864864

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

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

R = 43.79%
G = 23.53%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#864864 (or 0x864864) is known color: Cosmic. HEX triplet: 86, 48 and 64. RGB value is (134,72,100). Sum of RGB (Red+Green+Blue) = 134+72+100=306 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.79% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 134 - color contains mainly: red. Hex color #864864 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864864 is #79B79B. Grayscale: #5D5D5D. Windows color (decimal): -7976860 or 6572166. OLE color: 6572166.

HSL color Cylindrical-coordinate representation of color #864864: hue angle of 332.9º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864864 is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 72 100 -
CMYK 0 0.46 0.25 0.47
HSL 332.9º 0.3% 0.4% -
HSV(B) 332.9º 0.46% 0.53% -
XYZ 14.45 10.62 13.35 -
YUV 93.73 131.54 156.72 -
System Red Green Blue C M Y K H S L
Decimal 134 72 100 0 0.46 0.25 0.47 332.9 0.3 0.4
Hex 86 48 64 0 2E 19 2F 14D 1E 28
Octal 206 110 144 0 56 31 57 515 36 50
Binary 10000110 1001000 1100100 0 101110 11001 101111 101001101 11110 101000

Color Harmonies of #864864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864864

Black with #864864

Text Example


Text Example

White with #864864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864864; }

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

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

background-color css

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

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

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

border-color css

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

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

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