#884C70

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

Shades of Cosmic #884C70

Tints of Cosmic #884C70

Color information

#884C70 (or 0x884C70) is unknown color: approx Cosmic. HEX triplet: 88, 4C and 70. RGB value is (136,76,112). Sum of RGB (Red+Green+Blue) = 136+76+112=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 76 (30.08% from 255 or 23.46% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #884C70 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884C70 is #77B38F. Grayscale: #616161. Windows color (decimal): -7844752 or 7359624. OLE color: 7359624.

HSL color Cylindrical-coordinate representation of color #884C70: hue angle of 324º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #884C70 is Cyan = 0, Magento = 0.44, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB13676112-
CMYK00.440.180.47
HSL324º28.3%41.57%-
HSV(B)324º44.12%53.33%-
XYZ15.6611.5716.74-
YUV98.04135.88155.07-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.98%
GREEN value IS 76 (30.08% from 255) = 23.46%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=41.98%
G=23.46%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367611200.440.180.4732428.341.57
Hex884C7002C122F1441c2a
Octal21011416005422575043452
Binary100010001001100111000001011001001010111110100010011100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884C70; }

 p { color: rgb(136,76,112); }

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

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

 a { background-color: rgb(136,76,112); }

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

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

 span { border-color: rgb(136,76,112); }

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