Html Css Color HEX #865170 Cosmic

📋 copy color: '#865170'

red 134 ◦ green 81 ◦ blue 112

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

Shades of Cosmic #865170

Tints of Cosmic #865170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.77%

 BLUE value IS 112 (44.14% from 255) = 34.25%

R = 40.98%
G = 24.77%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#865170 (or 0x865170) is known color: Cosmic. HEX triplet: 86, 51 and 70. RGB value is (134,81,112). Sum of RGB (Red+Green+Blue) = 134+81+112=327 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.98% from 327); Green value is 81 (32.03% from 255 or 24.77% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 134 - color contains mainly: red. Hex color #865170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865170 is #79AE8F. Grayscale: #646464. Windows color (decimal): -7974544 or 7360902. OLE color: 7360902.

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

Color convert

RGB 134 81 112 -
CMYK 0 0.40 0.16 0.47
HSL 324.91º 0.25% 0.42% -
HSV(B) 324.91º 0.4% 0.53% -
XYZ 15.7 12.12 16.84 -
YUV 100.38 134.56 151.98 -
System Red Green Blue C M Y K H S L
Decimal 134 81 112 0 0.40 0.16 0.47 324.91 0.25 0.42
Hex 86 51 70 0 28 10 2F 145 19 2A
Octal 206 121 160 0 50 20 57 505 31 52
Binary 10000110 1010001 1110000 0 101000 10000 101111 101000101 11001 101010

Color Harmonies of #865170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865170

Black with #865170

Text Example


Text Example

White with #865170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865170; }

 p { color: rgb(134,81,112); }

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

background-color css

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

 a { background-color: rgb(134,81,112); }

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

border-color css

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

 span { border-color: rgb(134,81,112); }

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