Html Css Color HEX #88496B Cosmic

📋 copy color: '#88496B'

red 136 ◦ green 73 ◦ blue 107

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

Shades of Cosmic #88496B

Tints of Cosmic #88496B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.86%

R = 43.04%
G = 23.1%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.47

RGB Variations

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

Color information

#88496B (or 0x88496B) is known color: Cosmic. HEX triplet: 88, 49 and 6B. RGB value is (136,73,107). Sum of RGB (Red+Green+Blue) = 136+73+107=316 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.04% from 316); Green value is 73 (28.91% from 255 or 23.10% from 316); Blue value is 107 (42.19% from 255 or 33.86% from 316); Max value from RGB is 136 - color contains mainly: red. Hex color #88496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88496B is #77B694. Grayscale: #5F5F5F. Windows color (decimal): -7845525 or 7031176. OLE color: 7031176.

HSL color Cylindrical-coordinate representation of color #88496B: hue angle of 327.62º 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 #88496B is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 73 107 -
CMYK 0 0.46 0.21 0.47
HSL 327.62º 0.3% 0.41% -
HSV(B) 327.62º 0.46% 0.53% -
XYZ 15.19 11.06 15.24 -
YUV 95.71 134.37 156.74 -
System Red Green Blue C M Y K H S L
Decimal 136 73 107 0 0.46 0.21 0.47 327.62 0.3 0.41
Hex 88 49 6B 0 2E 15 2F 148 1E 29
Octal 210 111 153 0 56 25 57 510 36 51
Binary 10001000 1001001 1101011 0 101110 10101 101111 101001000 11110 101001

Color Harmonies of #88496B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88496B

Black with #88496B

Text Example


Text Example

White with #88496B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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