Html Css Color HEX #88486D Cosmic

📋 copy color: '#88486D'

red 136 ◦ green 72 ◦ blue 109

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

Shades of Cosmic #88486D

Tints of Cosmic #88486D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 34.38%

R = 42.9%
G = 22.71%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88486D (or 0x88486D) is known color: Cosmic. HEX triplet: 88, 48 and 6D. RGB value is (136,72,109). Sum of RGB (Red+Green+Blue) = 136+72+109=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 72 (28.52% from 255 or 22.71% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #88486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88486D is #77B792. Grayscale: #5F5F5F. Windows color (decimal): -7845779 or 7161992. OLE color: 7161992.

HSL color Cylindrical-coordinate representation of color #88486D: hue angle of 325.31º 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 #88486D is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 72 109 -
CMYK 0 0.47 0.20 0.47
HSL 325.31º 0.31% 0.41% -
HSV(B) 325.31º 0.47% 0.53% -
XYZ 15.23 10.97 15.78 -
YUV 95.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 136 72 109 0 0.47 0.20 0.47 325.31 0.31 0.41
Hex 88 48 6D 0 2F 14 2F 145 1F 29
Octal 210 110 155 0 57 24 57 505 37 51
Binary 10001000 1001000 1101101 0 101111 10100 101111 101000101 11111 101001

Color Harmonies of #88486D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88486D

Black with #88486D

Text Example


Text Example

White with #88486D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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