#844B66

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

Shades of Cosmic #844B66

Tints of Cosmic #844B66

Color information

#844B66 (or 0x844B66) is unknown color: approx Cosmic. HEX triplet: 84, 4B and 66. RGB value is (132,75,102). Sum of RGB (Red+Green+Blue) = 132+75+102=309 (40% of max value = 765). Red value is 132 (51.95% from 255 or 42.72% from 309); Green value is 75 (29.69% from 255 or 24.27% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 132 - color contains mainly: red. Hex color #844B66 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #844B66 is #7BB499. Grayscale: #5F5F5F. Windows color (decimal): -8107162 or 6704004. OLE color: 6704004.

HSL color Cylindrical-coordinate representation of color #844B66: hue angle of 331.58º degrees, saturation: 0.28, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #844B66 is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13275102-
CMYK00.430.230.48
HSL331.58º27.54%40.59%-
HSV(B)331.58º43.18%51.76%-
XYZ14.4310.913.91-
YUV95.12131.88154.3-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 42.72%
GREEN value IS 75 (29.69% from 255) = 24.27%
BLUE value IS 102 (40.23% from 255) = 33.01%
R=42.72%
G=24.27%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1327510200.430.230.48331.5827.5440.59
Hex844B6602B173014c1c29
Octal20411314605327605143451
Binary100001001001011110011001010111011111000010100110011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844B66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844B66; }

 p { color: rgb(132,75,102); }

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

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

 a { background-color: rgb(132,75,102); }

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

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

 span { border-color: rgb(132,75,102); }

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