Html Css Color HEX #88466D Cosmic

📋 copy color: '#88466D'

red 136 ◦ green 70 ◦ blue 109

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

Shades of Cosmic #88466D

Tints of Cosmic #88466D

RGB

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

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

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

R = 43.17%
G = 22.22%
B = 34.6%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.20

 K value IS 0.47

RGB Variations

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

Color information

#88466D (or 0x88466D) is known color: Cosmic. HEX triplet: 88, 46 and 6D. RGB value is (136,70,109). Sum of RGB (Red+Green+Blue) = 136+70+109=315 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.17% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 136 - color contains mainly: red. Hex color #88466D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88466D is #77B992. Grayscale: #5E5E5E. Windows color (decimal): -7846291 or 7161480. OLE color: 7161480.

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

Color convert

RGB 136 70 109 -
CMYK 0 0.49 0.20 0.47
HSL 324.55º 0.32% 0.4% -
HSV(B) 324.55º 0.49% 0.53% -
XYZ 15.1 10.72 15.74 -
YUV 94.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 136 70 109 0 0.49 0.20 0.47 324.55 0.32 0.4
Hex 88 46 6D 0 31 14 2F 145 20 28
Octal 210 106 155 0 61 24 57 505 40 50
Binary 10001000 1000110 1101101 0 110001 10100 101111 101000101 100000 101000

Color Harmonies of #88466D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88466D

Black with #88466D

Text Example


Text Example

White with #88466D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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