#88426A

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

Shades of Cosmic #88426A

Tints of Cosmic #88426A

Color information

#88426A (or 0x88426A) is unknown color: approx Cosmic. HEX triplet: 88, 42 and 6A. RGB value is (136,66,106). Sum of RGB (Red+Green+Blue) = 136+66+106=308 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.16% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 106 (41.80% from 255 or 34.42% from 308); Max value from RGB is 136 - color contains mainly: red. Hex color #88426A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88426A is #77BD95. Grayscale: #5B5B5B. Windows color (decimal): -7847318 or 6963848. OLE color: 6963848.

HSL color Cylindrical-coordinate representation of color #88426A: hue angle of 325.71º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #88426A is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13666106-
CMYK00.510.220.47
HSL325.71º34.65%39.61%-
HSV(B)325.71º51.47%53.33%-
XYZ14.710.1714.82-
YUV91.49136.19159.75-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.16%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 106 (41.80% from 255) = 34.42%
R=44.16%
G=21.43%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366610600.510.220.47325.7134.6539.61
Hex88426A033162F1462328
Octal21010215206326575064350
Binary1000100010000101101010011001110110101111101000110100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88426A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88426A; }

 p { color: rgb(136,66,106); }

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

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

 a { background-color: rgb(136,66,106); }

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

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

 span { border-color: rgb(136,66,106); }

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