Html Css Color HEX #88416C Cosmic

📋 copy color: '#88416C'

red 136 ◦ green 65 ◦ blue 108

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

Shades of Cosmic #88416C

Tints of Cosmic #88416C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.04%

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

R = 44.01%
G = 21.04%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88416C (or 0x88416C) is known color: Cosmic. HEX triplet: 88, 41 and 6C. RGB value is (136,65,108). Sum of RGB (Red+Green+Blue) = 136+65+108=309 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.01% from 309); Green value is 65 (25.78% from 255 or 21.04% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 136 - color contains mainly: red. Hex color #88416C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88416C is #77BE93. Grayscale: #5B5B5B. Windows color (decimal): -7847572 or 7094664. OLE color: 7094664.

HSL color Cylindrical-coordinate representation of color #88416C: hue angle of 323.66º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #88416C is Cyan = 0, Magento = 0.52, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 108 -
CMYK 0 0.52 0.21 0.47
HSL 323.66º 0.35% 0.39% -
HSV(B) 323.66º 0.52% 0.53% -
XYZ 14.75 10.1 15.36 -
YUV 91.13 137.52 160 -
System Red Green Blue C M Y K H S L
Decimal 136 65 108 0 0.52 0.21 0.47 323.66 0.35 0.39
Hex 88 41 6C 0 34 15 2F 144 23 27
Octal 210 101 154 0 64 25 57 504 43 47
Binary 10001000 1000001 1101100 0 110100 10101 101111 101000100 100011 100111

Color Harmonies of #88416C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88416C

Black with #88416C

Text Example


Text Example

White with #88416C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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