#884269

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

Shades of Cosmic #884269

Tints of Cosmic #884269

Color information

#884269 (or 0x884269) is unknown color: approx Cosmic. HEX triplet: 88, 42 and 69. RGB value is (136,66,105). Sum of RGB (Red+Green+Blue) = 136+66+105=307 (40% of max value = 765). Red value is 136 (53.52% from 255 or 44.30% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 136 - color contains mainly: red. Hex color #884269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884269 is #77BD96. Grayscale: #5B5B5B. Windows color (decimal): -7847319 or 6898312. OLE color: 6898312.

HSL color Cylindrical-coordinate representation of color #884269: hue angle of 326.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 #884269 is Cyan = 0, Magento = 0.51, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13666105-
CMYK00.510.230.47
HSL326.57º34.65%39.61%-
HSV(B)326.57º51.47%53.33%-
XYZ14.6510.1514.55-
YUV91.38135.69159.83-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 44.30%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 105 (41.41% from 255) = 34.20%
R=44.30%
G=21.50%
B=34.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1366610500.510.230.47326.5734.6539.61
Hex884269033172F1472328
Octal21010215106327575074350
Binary1000100010000101101001011001110111101111101000111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884269; }

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

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

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

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

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

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

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

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