#88456E

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

Shades of Cosmic #88456E

Tints of Cosmic #88456E

Color information

#88456E (or 0x88456E) is unknown color: approx Cosmic. HEX triplet: 88, 45 and 6E. RGB value is (136,69,110). Sum of RGB (Red+Green+Blue) = 136+69+110=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 69 (27.34% from 255 or 21.90% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88456E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88456E is #77BA91. Grayscale: #5D5D5D. Windows color (decimal): -7846546 or 7226760. OLE color: 7226760.

HSL color Cylindrical-coordinate representation of color #88456E: hue angle of 323.28º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #88456E is Cyan = 0, Magento = 0.49, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB13669110-
CMYK00.490.190.47
HSL323.28º32.68%40.2%-
HSV(B)323.28º49.26%53.33%-
XYZ15.110.6216.01-
YUV93.71137.2158.17-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 69 (27.34% from 255) = 21.90%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=43.17%
G=21.90%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366911000.490.190.47323.2832.6840.2
Hex88456E031132F1432128
Octal21010515606123575034150
Binary1000100010001011101110011000110011101111101000011100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88456E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88456E; }

 p { color: rgb(136,69,110); }

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

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

 a { background-color: rgb(136,69,110); }

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

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

 span { border-color: rgb(136,69,110); }

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