Html Css Color HEX #88496F Cosmic

📋 copy color: '#88496F'

red 136 ◦ green 73 ◦ blue 111

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

Shades of Cosmic #88496F

Tints of Cosmic #88496F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.81%

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

R = 42.5%
G = 22.81%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#88496F (or 0x88496F) is known color: Cosmic. HEX triplet: 88, 49 and 6F. RGB value is (136,73,111). Sum of RGB (Red+Green+Blue) = 136+73+111=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 73 (28.91% from 255 or 22.81% from 320); Blue value is 111 (43.75% from 255 or 34.69% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #88496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88496F is #77B690. Grayscale: #606060. Windows color (decimal): -7845521 or 7293320. OLE color: 7293320.

HSL color Cylindrical-coordinate representation of color #88496F: hue angle of 323.81º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #88496F is Cyan = 0, Magento = 0.46, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 111 -
CMYK 0 0.46 0.18 0.47
HSL 323.81º 0.3% 0.41% -
HSV(B) 323.81º 0.46% 0.53% -
XYZ 15.41 11.15 16.38 -
YUV 96.17 136.37 156.41 -
System Red Green Blue C M Y K H S L
Decimal 136 73 111 0 0.46 0.18 0.47 323.81 0.3 0.41
Hex 88 49 6F 0 2E 12 2F 144 1E 29
Octal 210 111 157 0 56 22 57 504 36 51
Binary 10001000 1001001 1101111 0 101110 10010 101111 101000100 11110 101001

Color Harmonies of #88496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88496F

Black with #88496F

Text Example


Text Example

White with #88496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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