#885173

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

Shades of Cosmic #885173

Tints of Cosmic #885173

Color information

#885173 (or 0x885173) is unknown color: approx Cosmic. HEX triplet: 88, 51 and 73. RGB value is (136,81,115). Sum of RGB (Red+Green+Blue) = 136+81+115=332 (43% of max value = 765). Red value is 136 (53.52% from 255 or 40.96% from 332); Green value is 81 (32.03% from 255 or 24.40% from 332); Blue value is 115 (45.31% from 255 or 34.64% from 332); Max value from RGB is 136 - color contains mainly: red. Hex color #885173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885173 is #77AE8C. Grayscale: #656565. Windows color (decimal): -7843469 or 7557512. OLE color: 7557512.

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

Color convert

RGB13681115-
CMYK00.400.150.47
HSL322.91º25.35%42.55%-
HSV(B)322.91º40.44%53.33%-
XYZ16.1912.3617.75-
YUV101.32135.72152.74-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.96%
GREEN value IS 81 (32.03% from 255) = 24.40%
BLUE value IS 115 (45.31% from 255) = 34.64%
R=40.96%
G=24.40%
B=34.64%

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
Decimal1368111500.400.150.47322.9125.3542.55
Hex885173028F2F143192b
Octal21012116305017575033153
Binary10001000101000111100110101000111110111110100001111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885173; }

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

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

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

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

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

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

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

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