#884262

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

Shades of Cosmic #884262

Tints of Cosmic #884262

Color information

#884262 (or 0x884262) is unknown color: approx Cosmic. HEX triplet: 88, 42 and 62. RGB value is (136,66,98). Sum of RGB (Red+Green+Blue) = 136+66+98=300 (39% of max value = 765). Red value is 136 (53.52% from 255 or 45.33% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 136 - color contains mainly: red. Hex color #884262 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884262 is #77BD9D. Grayscale: #5A5A5A. Windows color (decimal): -7847326 or 6439560. OLE color: 6439560.

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

Color convert

RGB1366698-
CMYK00.510.280.47
HSL332.57º34.65%39.61%-
HSV(B)332.57º51.47%53.33%-
XYZ14.3110.0112.73-
YUV90.58132.19160.4-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 45.33%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=45.33%
G=22%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136669800.510.280.47332.5734.6539.61
Hex8842620331C2F14d2328
Octal21010214206334575154350
Binary1000100010000101100010011001111100101111101001101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884262; }

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

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

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

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

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

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

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

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