Html Css Color HEX #88446F Cosmic

📋 copy color: '#88446F'

red 136 ◦ green 68 ◦ blue 111

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

Shades of Cosmic #88446F

Tints of Cosmic #88446F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

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

R = 43.17%
G = 21.59%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88446F (or 0x88446F) is known color: Cosmic. HEX triplet: 88, 44 and 6F. RGB value is (136,68,111). Sum of RGB (Red+Green+Blue) = 136+68+111=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88446F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88446F is #77BB90. Grayscale: #5D5D5D. Windows color (decimal): -7846801 or 7292040. OLE color: 7292040.

HSL color Cylindrical-coordinate representation of color #88446F: hue angle of 322.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #88446F is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 68 111 -
CMYK 0 0.50 0.18 0.47
HSL 322.06º 0.33% 0.4% -
HSV(B) 322.06º 0.5% 0.53% -
XYZ 15.09 10.52 16.27 -
YUV 93.23 138.03 158.5 -
System Red Green Blue C M Y K H S L
Decimal 136 68 111 0 0.50 0.18 0.47 322.06 0.33 0.4
Hex 88 44 6F 0 32 12 2F 142 21 28
Octal 210 104 157 0 62 22 57 502 41 50
Binary 10001000 1000100 1101111 0 110010 10010 101111 101000010 100001 101000

Color Harmonies of #88446F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88446F

Black with #88446F

Text Example


Text Example

White with #88446F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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