#88476E

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

Shades of Cosmic #88476E

Tints of Cosmic #88476E

Color information

#88476E (or 0x88476E) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 6E. RGB value is (136,71,110). Sum of RGB (Red+Green+Blue) = 136+71+110=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88476E is #77B891. Grayscale: #5E5E5E. Windows color (decimal): -7846034 or 7227272. OLE color: 7227272.

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

Color convert

RGB13671110-
CMYK00.480.190.47
HSL324º31.4%40.59%-
HSV(B)324º47.79%53.33%-
XYZ15.2210.8716.05-
YUV94.88136.53157.33-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 71 (28.12% from 255) = 22.40%
BLUE value IS 110 (43.36% from 255) = 34.70%
R=42.90%
G=22.40%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367111000.480.190.4732431.440.59
Hex88476E030132F1441f29
Octal21010715606023575043751
Binary100010001000111110111001100001001110111110100010011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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