#885174

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

Shades of Cosmic #885174

Tints of Cosmic #885174

Color information

#885174 (or 0x885174) is unknown color: approx Cosmic. HEX triplet: 88, 51 and 74. RGB value is (136,81,116). Sum of RGB (Red+Green+Blue) = 136+81+116=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 116 (45.70% from 255 or 34.83% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #885174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885174 is #77AE8B. Grayscale: #656565. Windows color (decimal): -7843468 or 7623048. OLE color: 7623048.

HSL color Cylindrical-coordinate representation of color #885174: hue angle of 321.82º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885174 is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.47.

Color convert

RGB13681116-
CMYK00.400.150.47
HSL321.82º25.35%42.55%-
HSV(B)321.82º40.44%53.33%-
XYZ16.2512.3818.06-
YUV101.44136.22152.65-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.84%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 116 (45.70% from 255) = 34.83%
R=40.84%
G=24.32%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.15
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368111600.400.150.47321.8225.3542.55
Hex885174028F2F142192b
Octal21012116405017575023153
Binary10001000101000111101000101000111110111110100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885174; }

 p { color: rgb(136,81,116); }

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

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

 a { background-color: rgb(136,81,116); }

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

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

 span { border-color: rgb(136,81,116); }

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