Html Css Color HEX #88406E Cosmic

📋 copy color: '#88406E'

red 136 ◦ green 64 ◦ blue 110

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

Shades of Cosmic #88406E

Tints of Cosmic #88406E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.65%

 BLUE value IS 110 (43.36% from 255) = 35.48%

R = 43.87%
G = 20.65%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88406E (or 0x88406E) is known color: Cosmic. HEX triplet: 88, 40 and 6E. RGB value is (136,64,110). Sum of RGB (Red+Green+Blue) = 136+64+110=310 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.87% from 310); Green value is 64 (25.39% from 255 or 20.65% from 310); Blue value is 110 (43.36% from 255 or 35.48% from 310); Max value from RGB is 136 - color contains mainly: red. Hex color #88406E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88406E is #77BF91. Grayscale: #5A5A5A. Windows color (decimal): -7847826 or 7225480. OLE color: 7225480.

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

Color convert

RGB 136 64 110 -
CMYK 0 0.53 0.19 0.47
HSL 321.67º 0.36% 0.39% -
HSV(B) 321.67º 0.53% 0.53% -
XYZ 14.8 10.03 15.91 -
YUV 90.77 138.85 160.26 -
System Red Green Blue C M Y K H S L
Decimal 136 64 110 0 0.53 0.19 0.47 321.67 0.36 0.39
Hex 88 40 6E 0 35 13 2F 142 24 27
Octal 210 100 156 0 65 23 57 502 44 47
Binary 10001000 1000000 1101110 0 110101 10011 101111 101000010 100100 100111

Color Harmonies of #88406E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88406E

Black with #88406E

Text Example


Text Example

White with #88406E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #88406E;
 }
 .AnyTagClassName
 {
   color: #88406E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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