Html Css Color HEX #88466E Cosmic

📋 copy color: '#88466E'

red 136 ◦ green 70 ◦ blue 110

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

Shades of Cosmic #88466E

Tints of Cosmic #88466E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.15%

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

R = 43.04%
G = 22.15%
B = 34.81%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88466E (or 0x88466E) is known color: Cosmic. HEX triplet: 88, 46 and 6E. RGB value is (136,70,110). Sum of RGB (Red+Green+Blue) = 136+70+110=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 70 (27.73% from 255 or 22.15% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88466E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88466E is #77B991. Grayscale: #5E5E5E. Windows color (decimal): -7846290 or 7227016. OLE color: 7227016.

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

Color convert

RGB 136 70 110 -
CMYK 0 0.49 0.19 0.47
HSL 323.64º 0.32% 0.4% -
HSV(B) 323.64º 0.49% 0.53% -
XYZ 15.16 10.74 16.03 -
YUV 94.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 136 70 110 0 0.49 0.19 0.47 323.64 0.32 0.4
Hex 88 46 6E 0 31 13 2F 144 20 28
Octal 210 106 156 0 61 23 57 504 40 50
Binary 10001000 1000110 1101110 0 110001 10011 101111 101000100 100000 101000

Color Harmonies of #88466E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88466E

Black with #88466E

Text Example


Text Example

White with #88466E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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