Html Css Color HEX #884166 Cosmic

📋 copy color: '#884166'

red 136 ◦ green 65 ◦ blue 102

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

Shades of Cosmic #884166

Tints of Cosmic #884166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.66%

R = 44.88%
G = 21.45%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#884166 (or 0x884166) is known color: Cosmic. HEX triplet: 88, 41 and 66. RGB value is (136,65,102). Sum of RGB (Red+Green+Blue) = 136+65+102=303 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.88% from 303); Green value is 65 (25.78% from 255 or 21.45% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 136 - color contains mainly: red. Hex color #884166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884166 is #77BE99. Grayscale: #5A5A5A. Windows color (decimal): -7847578 or 6701448. OLE color: 6701448.

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

Color convert

RGB 136 65 102 -
CMYK 0 0.52 0.25 0.47
HSL 328.73º 0.35% 0.39% -
HSV(B) 328.73º 0.52% 0.53% -
XYZ 14.44 9.97 13.73 -
YUV 90.45 134.52 160.49 -
System Red Green Blue C M Y K H S L
Decimal 136 65 102 0 0.52 0.25 0.47 328.73 0.35 0.39
Hex 88 41 66 0 34 19 2F 149 23 27
Octal 210 101 146 0 64 31 57 511 43 47
Binary 10001000 1000001 1100110 0 110100 11001 101111 101001001 100011 100111

Color Harmonies of #884166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884166

Black with #884166

Text Example


Text Example

White with #884166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884166; }

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

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

background-color css

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

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

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

border-color css

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

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

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