#88476C

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

Shades of Cosmic #88476C

Tints of Cosmic #88476C

Color information

#88476C (or 0x88476C) is unknown color: approx Cosmic. HEX triplet: 88, 47 and 6C. RGB value is (136,71,108). Sum of RGB (Red+Green+Blue) = 136+71+108=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 71 (28.12% from 255 or 22.54% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88476C is #77B893. Grayscale: #5E5E5E. Windows color (decimal): -7846036 or 7096200. OLE color: 7096200.

HSL color Cylindrical-coordinate representation of color #88476C: hue angle of 325.85º 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 #88476C is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB13671108-
CMYK00.480.210.47
HSL325.85º31.4%40.59%-
HSV(B)325.85º47.79%53.33%-
XYZ15.1110.8215.48-
YUV94.65135.53157.49-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 43.17%
GREEN value IS 71 (28.12% from 255) = 22.54%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=43.17%
G=22.54%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367110800.480.210.47325.8531.440.59
Hex88476C030152F1461f29
Octal21010715406025575063751
Binary100010001000111110110001100001010110111110100011011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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