#884468

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

Shades of Cosmic #884468

Tints of Cosmic #884468

Color information

#884468 (or 0x884468) is unknown color: approx Cosmic. HEX triplet: 88, 44 and 68. RGB value is (136,68,104). Sum of RGB (Red+Green+Blue) = 136+68+104=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 104 (41.02% from 255 or 33.77% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #884468 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884468 is #77BB97. Grayscale: #5C5C5C. Windows color (decimal): -7846808 or 6833288. OLE color: 6833288.

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

Color convert

RGB13668104-
CMYK00.500.240.47
HSL328.24º33.33%40%-
HSV(B)328.24º50%53.33%-
XYZ14.7210.3714.32-
YUV92.44134.53159.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 68 (26.95% from 255) = 22.08%
BLUE value IS 104 (41.02% from 255) = 33.77%
R=44.16%
G=22.08%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366810400.500.240.47328.2433.3340
Hex884468032182F1482128
Octal21010415006230575104150
Binary1000100010001001101000011001011000101111101001000100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884468; }

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

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

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

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

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

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

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

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