Html Css Color HEX #864660 Cosmic

📋 copy color: '#864660'

red 134 ◦ green 70 ◦ blue 96

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

Shades of Cosmic #864660

Tints of Cosmic #864660

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.33%

 BLUE value IS 96 (37.89% from 255) = 32%

R = 44.67%
G = 23.33%
B = 32%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#864660 (or 0x864660) is known color: Cosmic. HEX triplet: 86, 46 and 60. RGB value is (134,70,96). Sum of RGB (Red+Green+Blue) = 134+70+96=300 (39% of max value = 765). Red value is 134 (52.73% from 255 or 44.67% from 300); Green value is 70 (27.73% from 255 or 23.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 134 - color contains mainly: red. Hex color #864660 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #864660 is #79B99F. Grayscale: #5C5C5C. Windows color (decimal): -7977376 or 6309510. OLE color: 6309510.

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

Color convert

RGB 134 70 96 -
CMYK 0 0.48 0.28 0.47
HSL 335.63º 0.31% 0.4% -
HSV(B) 335.63º 0.48% 0.53% -
XYZ 14.13 10.29 12.31 -
YUV 92.1 130.2 157.89 -
System Red Green Blue C M Y K H S L
Decimal 134 70 96 0 0.48 0.28 0.47 335.63 0.31 0.4
Hex 86 46 60 0 30 1C 2F 150 1F 28
Octal 206 106 140 0 60 34 57 520 37 50
Binary 10000110 1000110 1100000 0 110000 11100 101111 101010000 11111 101000

Color Harmonies of #864660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #864660

Black with #864660

Text Example


Text Example

White with #864660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #864660; }

 p { color: rgb(134,70,96); }

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

background-color css

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

 a { background-color: rgb(134,70,96); }

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

border-color css

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

 span { border-color: rgb(134,70,96); }

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