Html Css Color HEX #885170 Cosmic

📋 copy color: '#885170'

red 136 ◦ green 81 ◦ blue 112

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

Shades of Cosmic #885170

Tints of Cosmic #885170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.62%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 41.34%
G = 24.62%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#885170 (or 0x885170) is known color: Cosmic. HEX triplet: 88, 51 and 70. RGB value is (136,81,112). Sum of RGB (Red+Green+Blue) = 136+81+112=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 81 (32.03% from 255 or 24.62% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #885170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885170 is #77AE8F. Grayscale: #646464. Windows color (decimal): -7843472 or 7360904. OLE color: 7360904.

HSL color Cylindrical-coordinate representation of color #885170: hue angle of 326.18º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #885170 is Cyan = 0, Magento = 0.40, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 112 -
CMYK 0 0.40 0.18 0.47
HSL 326.18º 0.25% 0.43% -
HSV(B) 326.18º 0.4% 0.53% -
XYZ 16.02 12.29 16.86 -
YUV 100.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 136 81 112 0 0.40 0.18 0.47 326.18 0.25 0.43
Hex 88 51 70 0 28 12 2F 146 19 2B
Octal 210 121 160 0 50 22 57 506 31 53
Binary 10001000 1010001 1110000 0 101000 10010 101111 101000110 11001 101011

Color Harmonies of #885170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885170

Black with #885170

Text Example


Text Example

White with #885170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885170; }

 p { color: rgb(136,81,112); }

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

background-color css

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

 a { background-color: rgb(136,81,112); }

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

border-color css

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

 span { border-color: rgb(136,81,112); }

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