#845166

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

Shades of Cosmic #845166

Tints of Cosmic #845166

Color information

#845166 (or 0x845166) is unknown color: approx Cosmic. HEX triplet: 84, 51 and 66. RGB value is (132,81,102). Sum of RGB (Red+Green+Blue) = 132+81+102=315 (41% of max value = 765). Red value is 132 (51.95% from 255 or 41.90% from 315); Green value is 81 (32.03% from 255 or 25.71% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 132 - color contains mainly: red. Hex color #845166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #845166 is #7BAE99. Grayscale: #626262. Windows color (decimal): -8105626 or 6705540. OLE color: 6705540.

HSL color Cylindrical-coordinate representation of color #845166: hue angle of 335.29º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #845166 is Cyan = 0, Magento = 0.39, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB13281102-
CMYK00.390.230.48
HSL335.29º23.94%41.76%-
HSV(B)335.29º38.64%51.76%-
XYZ14.8611.7514.06-
YUV98.64129.9151.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 41.90%
GREEN value IS 81 (32.03% from 255) = 25.71%
BLUE value IS 102 (40.23% from 255) = 32.38%
R=41.90%
G=25.71%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1328110200.390.230.48335.2923.9441.76
Hex845166027173014f182a
Octal20412114604727605173052
Binary100001001010001110011001001111011111000010100111111000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845166; }

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

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

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

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

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

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

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

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