Html Css Color HEX #86476E Cosmic

📋 copy color: '#86476E'

red 134 ◦ green 71 ◦ blue 110

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

Shades of Cosmic #86476E

Tints of Cosmic #86476E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 22.54%

 BLUE value IS 110 (43.36% from 255) = 34.92%

R = 42.54%
G = 22.54%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#86476E (or 0x86476E) is known color: Cosmic. HEX triplet: 86, 47 and 6E. RGB value is (134,71,110). Sum of RGB (Red+Green+Blue) = 134+71+110=315 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.54% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 134 - color contains mainly: red. Hex color #86476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86476E is #79B891. Grayscale: #5E5E5E. Windows color (decimal): -7977106 or 7227270. OLE color: 7227270.

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

Color convert

RGB 134 71 110 -
CMYK 0 0.47 0.18 0.47
HSL 322.86º 0.31% 0.4% -
HSV(B) 322.86º 0.47% 0.53% -
XYZ 14.9 10.7 16.03 -
YUV 94.28 136.87 156.33 -
System Red Green Blue C M Y K H S L
Decimal 134 71 110 0 0.47 0.18 0.47 322.86 0.31 0.4
Hex 86 47 6E 0 2F 12 2F 143 1F 28
Octal 206 107 156 0 57 22 57 503 37 50
Binary 10000110 1000111 1101110 0 101111 10010 101111 101000011 11111 101000

Color Harmonies of #86476E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86476E

Black with #86476E

Text Example


Text Example

White with #86476E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86476E; }

 p { color: rgb(134,71,110); }

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

background-color css

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

 a { background-color: rgb(134,71,110); }

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

border-color css

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

 span { border-color: rgb(134,71,110); }

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