Html Css Color HEX #88426C Cosmic

📋 copy color: '#88426C'

red 136 ◦ green 66 ◦ blue 108

#88426C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #88426C

Tints of Cosmic #88426C

RGB

 RED value IS 136 (53.52% from 255) = 43.87%

 GREEN value IS 66 (26.17% from 255) = 21.29%

 BLUE value IS 108 (42.58% from 255) = 34.84%

R = 43.87%
G = 21.29%
B = 34.84%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88426C (or 0x88426C) is known color: Cosmic. HEX triplet: 88, 42 and 6C. RGB value is (136,66,108). Sum of RGB (Red+Green+Blue) = 136+66+108=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 66 (26.17% from 255 or 21.29% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88426C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88426C is #77BD93. Grayscale: #5B5B5B. Windows color (decimal): -7847316 or 7094920. OLE color: 7094920.

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

Color convert

RGB 136 66 108 -
CMYK 0 0.51 0.21 0.47
HSL 324º 0.35% 0.4% -
HSV(B) 324º 0.51% 0.53% -
XYZ 14.81 10.21 15.38 -
YUV 91.72 137.19 159.58 -
System Red Green Blue C M Y K H S L
Decimal 136 66 108 0 0.51 0.21 0.47 324 0.35 0.4
Hex 88 42 6C 0 33 15 2F 144 23 28
Octal 210 102 154 0 63 25 57 504 43 50
Binary 10001000 1000010 1101100 0 110011 10101 101111 101000100 100011 101000

Color Harmonies of #88426C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88426C

Black with #88426C

Text Example


Text Example

White with #88426C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88426C;
 }
 .AnyTagClassName
 {
   color: #88426C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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