#86476F

Color #86476F Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #86476F

Tints of Cosmic #86476F

Color information

#86476F (or 0x86476F) is unknown color: approx Cosmic. HEX triplet: 86, 47 and 6F. RGB value is (134,71,111). Sum of RGB (Red+Green+Blue) = 134+71+111=316 (41% of max value = 765). Red value is 134 (52.73% from 255 or 42.41% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 111 (43.75% from 255 or 35.13% from 316); Max value from RGB is 134 - color contains mainly: red. Hex color #86476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #86476F is #79B890. Grayscale: #5E5E5E. Windows color (decimal): -7977105 or 7292806. OLE color: 7292806.

HSL color Cylindrical-coordinate representation of color #86476F: hue angle of 321.9º 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 #86476F is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB13471111-
CMYK00.470.170.47
HSL321.9º30.73%40.2%-
HSV(B)321.9º47.01%52.55%-
XYZ14.9510.7216.32-
YUV94.4137.37156.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.41%
GREEN value IS 71 (28.12% from 255) = 22.47%
BLUE value IS 111 (43.75% from 255) = 35.13%
R=42.41%
G=22.47%
B=35.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1347111100.470.170.47321.930.7340.2
Hex86476F02F112F1421f28
Octal20610715705721575023750
Binary100001101000111110111101011111000110111110100001011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #86476F;
 }
 .AnyTagClassName
 {
   color: #86476F;
 }
</style>
background-color css

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

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

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

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

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

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