Html Css Color HEX #88486E Cosmic

📋 copy color: '#88486E'

red 136 ◦ green 72 ◦ blue 110

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

Shades of Cosmic #88486E

Tints of Cosmic #88486E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.64%

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

R = 42.77%
G = 22.64%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#88486E (or 0x88486E) is known color: Cosmic. HEX triplet: 88, 48 and 6E. RGB value is (136,72,110). Sum of RGB (Red+Green+Blue) = 136+72+110=318 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.77% from 318); Green value is 72 (28.52% from 255 or 22.64% from 318); Blue value is 110 (43.36% from 255 or 34.59% from 318); Max value from RGB is 136 - color contains mainly: red. Hex color #88486E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88486E is #77B791. Grayscale: #5F5F5F. Windows color (decimal): -7845778 or 7227528. OLE color: 7227528.

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

Color convert

RGB 136 72 110 -
CMYK 0 0.47 0.19 0.47
HSL 324.38º 0.31% 0.41% -
HSV(B) 324.38º 0.47% 0.53% -
XYZ 15.29 10.99 16.07 -
YUV 95.47 136.2 156.91 -
System Red Green Blue C M Y K H S L
Decimal 136 72 110 0 0.47 0.19 0.47 324.38 0.31 0.41
Hex 88 48 6E 0 2F 13 2F 144 1F 29
Octal 210 110 156 0 57 23 57 504 37 51
Binary 10001000 1001000 1101110 0 101111 10011 101111 101000100 11111 101001

Color Harmonies of #88486E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88486E

Black with #88486E

Text Example


Text Example

White with #88486E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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