#884162

Color #884162 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #884162

Tints of Cosmic #884162

Color information

#884162 (or 0x884162) is unknown color: approx Cosmic. HEX triplet: 88, 41 and 62. RGB value is (136,65,98). Sum of RGB (Red+Green+Blue) = 136+65+98=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 65 (25.78% from 255 or 21.74% from 299); Blue value is 98 (38.67% from 255 or 32.78% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #884162 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884162 is #77BE9D. Grayscale: #595959. Windows color (decimal): -7847582 or 6439304. OLE color: 6439304.

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

Color convert

RGB1366598-
CMYK00.520.280.47
HSL332.11º35.32%39.41%-
HSV(B)332.11º52.21%53.33%-
XYZ14.259.912.71-
YUV89.99132.52160.82-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 65 (25.78% from 255) = 21.74%
BLUE value IS 98 (38.67% from 255) = 32.78%
R=45.48%
G=21.74%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136659800.520.280.47332.1135.3239.41
Hex8841620341C2F14c2327
Octal21010114206434575144347
Binary1000100010000011100010011010011100101111101001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884162; }

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

 H1.HeaderClassName
 {
   color: #884162;
 }
 .AnyTagClassName
 {
   color: #884162;
 }
</style>
background-color css

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

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

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

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

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

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