Html Css Color HEX #865473 Cosmic

📋 copy color: '#865473'

red 134 ◦ green 84 ◦ blue 115

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

Shades of Cosmic #865473

Tints of Cosmic #865473

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 115 (45.31% from 255) = 34.53%

R = 40.24%
G = 25.23%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#865473 (or 0x865473) is known color: Cosmic. HEX triplet: 86, 54 and 73. RGB value is (134,84,115). Sum of RGB (Red+Green+Blue) = 134+84+115=333 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.24% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 115 (45.31% from 255 or 34.53% from 333); Max value from RGB is 134 - color contains mainly: red. Hex color #865473 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #865473 is #79AB8C. Grayscale: #666666. Windows color (decimal): -7973773 or 7558278. OLE color: 7558278.

HSL color Cylindrical-coordinate representation of color #865473: hue angle of 322.8º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #865473 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 84 115 -
CMYK 0 0.37 0.14 0.47
HSL 322.8º 0.23% 0.43% -
HSV(B) 322.8º 0.37% 0.53% -
XYZ 16.1 12.65 17.81 -
YUV 102.48 135.07 150.48 -
System Red Green Blue C M Y K H S L
Decimal 134 84 115 0 0.37 0.14 0.47 322.8 0.23 0.43
Hex 86 54 73 0 25 E 2F 143 17 2B
Octal 206 124 163 0 45 16 57 503 27 53
Binary 10000110 1010100 1110011 0 100101 1110 101111 101000011 10111 101011

Color Harmonies of #865473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #865473

Black with #865473

Text Example


Text Example

White with #865473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #865473; }

 p { color: rgb(134,84,115); }

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

background-color css

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

 a { background-color: rgb(134,84,115); }

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

border-color css

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

 span { border-color: rgb(134,84,115); }

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