Html Css Color HEX #86496D Cosmic

📋 copy color: '#86496D'

red 134 ◦ green 73 ◦ blue 109

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

Shades of Cosmic #86496D

Tints of Cosmic #86496D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.1%

 BLUE value IS 109 (42.97% from 255) = 34.49%

R = 42.41%
G = 23.1%
B = 34.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#86496D (or 0x86496D) is known color: Cosmic. HEX triplet: 86, 49 and 6D. RGB value is (134,73,109). Sum of RGB (Red+Green+Blue) = 134+73+109=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 109 (42.97% from 255 or 34.49% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86496D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86496D is #79B692. Grayscale: #5F5F5F. Windows color (decimal): -7976595 or 7162246. OLE color: 7162246.

HSL color Cylindrical-coordinate representation of color #86496D: hue angle of 324.59º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86496D is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 73 109 -
CMYK 0 0.46 0.19 0.47
HSL 324.59º 0.29% 0.41% -
HSV(B) 324.59º 0.46% 0.53% -
XYZ 14.97 10.94 15.79 -
YUV 95.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 134 73 109 0 0.46 0.19 0.47 324.59 0.29 0.41
Hex 86 49 6D 0 2E 13 2F 145 1D 29
Octal 206 111 155 0 56 23 57 505 35 51
Binary 10000110 1001001 1101101 0 101110 10011 101111 101000101 11101 101001

Color Harmonies of #86496D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86496D

Black with #86496D

Text Example


Text Example

White with #86496D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86496D; }

 p { color: rgb(134,73,109); }

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

background-color css

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

 a { background-color: rgb(134,73,109); }

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

border-color css

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

 span { border-color: rgb(134,73,109); }

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