#84466C

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

Shades of Cosmic #84466C

Tints of Cosmic #84466C

Color information

#84466C (or 0x84466C) is unknown color: approx Cosmic. HEX triplet: 84, 46 and 6C. RGB value is (132,70,108). Sum of RGB (Red+Green+Blue) = 132+70+108=310 (41% of max value = 765). Red value is 132 (51.95% from 255 or 42.58% from 310); Green value is 70 (27.73% from 255 or 22.58% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 132 - color contains mainly: red. Hex color #84466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #84466C is #7BB993. Grayscale: #5C5C5C. Windows color (decimal): -8108436 or 7095940. OLE color: 7095940.

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

Color convert

RGB13270108-
CMYK00.470.180.48
HSL323.23º30.69%39.61%-
HSV(B)323.23º46.97%51.76%-
XYZ14.4110.3715.43-
YUV92.87136.54155.91-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.58%
GREEN value IS 70 (27.73% from 255) = 22.58%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=42.58%
G=22.58%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327010800.470.180.48323.2330.6939.61
Hex84466C02F12301431f28
Octal20410615405722605033750
Binary100001001000110110110001011111001011000010100001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84466C; }

 p { color: rgb(132,70,108); }

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

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

 a { background-color: rgb(132,70,108); }

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

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

 span { border-color: rgb(132,70,108); }

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