Html Css Color HEX #884170 Cosmic

📋 copy color: '#884170'

red 136 ◦ green 65 ◦ blue 112

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

Shades of Cosmic #884170

Tints of Cosmic #884170

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.77%

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

R = 43.45%
G = 20.77%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.18

 K value IS 0.47

RGB Variations

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

Color information

#884170 (or 0x884170) is known color: Cosmic. HEX triplet: 88, 41 and 70. RGB value is (136,65,112). Sum of RGB (Red+Green+Blue) = 136+65+112=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 65 (25.78% from 255 or 20.77% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #884170 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884170 is #77BE8F. Grayscale: #5B5B5B. Windows color (decimal): -7847568 or 7356808. OLE color: 7356808.

HSL color Cylindrical-coordinate representation of color #884170: hue angle of 320.28º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #884170 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 65 112 -
CMYK 0 0.52 0.18 0.47
HSL 320.28º 0.35% 0.39% -
HSV(B) 320.28º 0.52% 0.53% -
XYZ 14.97 10.18 16.51 -
YUV 91.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 136 65 112 0 0.52 0.18 0.47 320.28 0.35 0.39
Hex 88 41 70 0 34 12 2F 140 23 27
Octal 210 101 160 0 64 22 57 500 43 47
Binary 10001000 1000001 1110000 0 110100 10010 101111 101000000 100011 100111

Color Harmonies of #884170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884170

Black with #884170

Text Example


Text Example

White with #884170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884170; }

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

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

background-color css

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

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

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

border-color css

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

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

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