#884360

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

Shades of Cosmic #884360

Tints of Cosmic #884360

Color information

#884360 (or 0x884360) is unknown color: approx Cosmic. HEX triplet: 88, 43 and 60. RGB value is (136,67,96). Sum of RGB (Red+Green+Blue) = 136+67+96=299 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.48% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 96 (37.89% from 255 or 32.11% from 299); Max value from RGB is 136 - color contains mainly: red. Hex color #884360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884360 is #77BC9F. Grayscale: #5A5A5A. Windows color (decimal): -7847072 or 6308744. OLE color: 6308744.

HSL color Cylindrical-coordinate representation of color #884360: hue angle of 334.78º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #884360 is Cyan = 0, Magento = 0.51, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB1366796-
CMYK00.510.290.47
HSL334.78º33.99%39.8%-
HSV(B)334.78º50.74%53.33%-
XYZ14.2710.0912.26-
YUV90.94130.86160.14-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.48%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 96 (37.89% from 255) = 32.11%
R=45.48%
G=22.41%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136679600.510.290.47334.7833.9939.8
Hex8843600331D2F14f2228
Octal21010314006335575174250
Binary1000100010000111100000011001111101101111101001111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884360; }

 p { color: rgb(136,67,96); }

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

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

 a { background-color: rgb(136,67,96); }

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

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

 span { border-color: rgb(136,67,96); }

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