#884B6A

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

Shades of Cosmic #884B6A

Tints of Cosmic #884B6A

Color information

#884B6A (or 0x884B6A) is unknown color: approx Cosmic. HEX triplet: 88, 4B and 6A. RGB value is (136,75,106). Sum of RGB (Red+Green+Blue) = 136+75+106=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #884B6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #884B6A is #77B495. Grayscale: #606060. Windows color (decimal): -7845014 or 6966152. OLE color: 6966152.

HSL color Cylindrical-coordinate representation of color #884B6A: hue angle of 329.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #884B6A is Cyan = 0, Magento = 0.45, Yellow = 0.22 and Black (K on CMYK) = 0.47.

Color convert

RGB13675106-
CMYK00.450.220.47
HSL329.51º28.91%41.37%-
HSV(B)329.51º44.85%53.33%-
XYZ15.2711.3115.01-
YUV96.77133.21155.98-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.90%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 106 (41.80% from 255) = 33.44%
R=42.90%
G=23.66%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1367510600.450.220.47329.5128.9141.37
Hex884B6A02D162F14a1d29
Octal21011315205526575123551
Binary100010001001011110101001011011011010111110100101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884B6A; }

 p { color: rgb(136,75,106); }

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

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

 a { background-color: rgb(136,75,106); }

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

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

 span { border-color: rgb(136,75,106); }

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