Html Css Color HEX #884466 Cosmic

📋 copy color: '#884466'

red 136 ◦ green 68 ◦ blue 102

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

Shades of Cosmic #884466

Tints of Cosmic #884466

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.22%

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

R = 44.44%
G = 22.22%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#884466 (or 0x884466) is known color: Cosmic. HEX triplet: 88, 44 and 66. RGB value is (136,68,102). Sum of RGB (Red+Green+Blue) = 136+68+102=306 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.44% from 306); Green value is 68 (26.95% from 255 or 22.22% from 306); Blue value is 102 (40.23% from 255 or 33.33% from 306); Max value from RGB is 136 - color contains mainly: red. Hex color #884466 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884466 is #77BB99. Grayscale: #5C5C5C. Windows color (decimal): -7846810 or 6702216. OLE color: 6702216.

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

Color convert

RGB 136 68 102 -
CMYK 0 0.50 0.25 0.47
HSL 330º 0.33% 0.4% -
HSV(B) 330º 0.5% 0.53% -
XYZ 14.62 10.33 13.79 -
YUV 92.21 133.53 159.24 -
System Red Green Blue C M Y K H S L
Decimal 136 68 102 0 0.50 0.25 0.47 330 0.33 0.4
Hex 88 44 66 0 32 19 2F 14A 21 28
Octal 210 104 146 0 62 31 57 512 41 50
Binary 10001000 1000100 1100110 0 110010 11001 101111 101001010 100001 101000

Color Harmonies of #884466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #884466

Black with #884466

Text Example


Text Example

White with #884466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #884466; }

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

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

background-color css

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

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

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

border-color css

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

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

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