Html Css Color HEX #88466A Cosmic

📋 copy color: '#88466A'

red 136 ◦ green 70 ◦ blue 106

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

Shades of Cosmic #88466A

Tints of Cosmic #88466A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 33.97%

R = 43.59%
G = 22.44%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.22

 K value IS 0.47

RGB Variations

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

Color information

#88466A (or 0x88466A) is known color: Cosmic. HEX triplet: 88, 46 and 6A. RGB value is (136,70,106). Sum of RGB (Red+Green+Blue) = 136+70+106=312 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.59% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 136 - color contains mainly: red. Hex color #88466A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #88466A is #77B995. Grayscale: #5D5D5D. Windows color (decimal): -7846294 or 6964872. OLE color: 6964872.

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

Color convert

RGB 136 70 106 -
CMYK 0 0.49 0.22 0.47
HSL 327.27º 0.32% 0.4% -
HSV(B) 327.27º 0.49% 0.53% -
XYZ 14.95 10.66 14.9 -
YUV 93.84 134.87 158.07 -
System Red Green Blue C M Y K H S L
Decimal 136 70 106 0 0.49 0.22 0.47 327.27 0.32 0.4
Hex 88 46 6A 0 31 16 2F 147 20 28
Octal 210 106 152 0 61 26 57 507 40 50
Binary 10001000 1000110 1101010 0 110001 10110 101111 101000111 100000 101000

Color Harmonies of #88466A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88466A

Black with #88466A

Text Example


Text Example

White with #88466A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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