#884968

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

Shades of Cosmic #884968

Tints of Cosmic #884968

Color information

#884968 (or 0x884968) is unknown color: approx Cosmic. HEX triplet: 88, 49 and 68. RGB value is (136,73,104). Sum of RGB (Red+Green+Blue) = 136+73+104=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 73 (28.91% from 255 or 23.32% from 313); Blue value is 104 (41.02% from 255 or 33.23% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #884968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884968 is #77B697. Grayscale: #5F5F5F. Windows color (decimal): -7845528 or 6834568. OLE color: 6834568.

HSL color Cylindrical-coordinate representation of color #884968: hue angle of 330.48º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #884968 is Cyan = 0, Magento = 0.46, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB13673104-
CMYK00.460.240.47
HSL330.48º30.14%40.98%-
HSV(B)330.48º46.32%53.33%-
XYZ15.031114.43-
YUV95.37132.87156.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.45%
GREEN value IS 73 (28.91% from 255) = 23.32%
BLUE value IS 104 (41.02% from 255) = 33.23%
R=43.45%
G=23.32%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367310400.460.240.47330.4830.1440.98
Hex88496802E182F14a1e29
Octal21011115005630575123651
Binary100010001001001110100001011101100010111110100101011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884968; }

 p { color: rgb(136,73,104); }

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

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

 a { background-color: rgb(136,73,104); }

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

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

 span { border-color: rgb(136,73,104); }

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