#884465

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

Shades of Cosmic #884465

Tints of Cosmic #884465

Color information

#884465 (or 0x884465) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 65. RGB value is (136,68,101). Sum of RGB (Red+Green+Blue) = 136+68+101=305 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.59% from 305); Green value is 68 (26.95% from 255 or 22.30% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 136 - color contains mainly: red. Hex color #884465 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884465 is #77BB9A. Grayscale: #5C5C5C. Windows color (decimal): -7846811 or 6636680. OLE color: 6636680.

HSL color Cylindrical-coordinate representation of color #884465: hue angle of 330.88º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #884465 is Cyan = 0, Magento = 0.50, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB13668101-
CMYK00.500.260.47
HSL330.88º33.33%40%-
HSV(B)330.88º50%53.33%-
XYZ14.5710.3113.53-
YUV92.09133.03159.32-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.59%
GREEN value IS 68 (26.95% from 255) = 22.30%
BLUE value IS 101 (39.84% from 255) = 33.11%
R=44.59%
G=22.30%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366810100.500.260.47330.8833.3340
Hex8844650321A2F14b2128
Octal21010414506232575134150
Binary1000100010001001100101011001011010101111101001011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884465; }

 p { color: rgb(136,68,101); }

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

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

 a { background-color: rgb(136,68,101); }

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

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

 span { border-color: rgb(136,68,101); }

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