#884165

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

Shades of Cosmic #884165

Tints of Cosmic #884165

Color information

#884165 (or 0x884165) is unknown color: approx Cosmic. HEX triplet: 88, 41 and 65. RGB value is (136,65,101). Sum of RGB (Red+Green+Blue) = 136+65+101=302 (40% of max value = 765). Red value is 136 (53.52% from 255 or 45.03% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 136 - color contains mainly: red. Hex color #884165 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884165 is #77BE9A. Grayscale: #5A5A5A. Windows color (decimal): -7847579 or 6635912. OLE color: 6635912.

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

Color convert

RGB13665101-
CMYK00.520.260.47
HSL329.58º35.32%39.41%-
HSV(B)329.58º52.21%53.33%-
XYZ14.399.9513.47-
YUV90.33134.02160.57-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.03%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 101 (39.84% from 255) = 33.44%
R=45.03%
G=21.52%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366510100.520.260.47329.5835.3239.41
Hex8841650341A2F14a2327
Octal21010114506432575124347
Binary1000100010000011100101011010011010101111101001010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884165; }

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

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

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

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

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

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

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

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