Html Css Color HEX #88426F Cosmic

📋 copy color: '#88426F'

red 136 ◦ green 66 ◦ blue 111

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

Shades of Cosmic #88426F

Tints of Cosmic #88426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 35.46%

R = 43.45%
G = 21.09%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88426F (or 0x88426F) is known color: Cosmic. HEX triplet: 88, 42 and 6F. RGB value is (136,66,111). Sum of RGB (Red+Green+Blue) = 136+66+111=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #88426F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88426F is #77BD90. Grayscale: #5B5B5B. Windows color (decimal): -7847313 or 7291528. OLE color: 7291528.

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

Color convert

RGB 136 66 111 -
CMYK 0 0.51 0.18 0.47
HSL 321.43º 0.35% 0.4% -
HSV(B) 321.43º 0.51% 0.53% -
XYZ 14.97 10.28 16.23 -
YUV 92.06 138.69 159.34 -
System Red Green Blue C M Y K H S L
Decimal 136 66 111 0 0.51 0.18 0.47 321.43 0.35 0.4
Hex 88 42 6F 0 33 12 2F 141 23 28
Octal 210 102 157 0 63 22 57 501 43 50
Binary 10001000 1000010 1101111 0 110011 10010 101111 101000001 100011 101000

Color Harmonies of #88426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88426F

Black with #88426F

Text Example


Text Example

White with #88426F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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