#854965

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

Shades of Cosmic #854965

Tints of Cosmic #854965

Color information

#854965 (or 0x854965) is unknown color: approx Cosmic. HEX triplet: 85, 49 and 65. RGB value is (133,73,101). Sum of RGB (Red+Green+Blue) = 133+73+101=307 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.32% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 133 - color contains mainly: red. Hex color #854965 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854965 is #7AB69A. Grayscale: #5E5E5E. Windows color (decimal): -8042139 or 6637957. OLE color: 6637957.

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

Color convert

RGB13373101-
CMYK00.450.240.48
HSL332º29.13%40.39%-
HSV(B)332º45.11%52.16%-
XYZ14.410.6913.62-
YUV94.13131.88155.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 43.32%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 101 (39.84% from 255) = 32.90%
R=43.32%
G=23.78%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337310100.450.240.4833229.1340.39
Hex85496502D183014c1d28
Octal20511114505530605143550
Binary100001011001001110010101011011100011000010100110011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854965; }

 p { color: rgb(133,73,101); }

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

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

 a { background-color: rgb(133,73,101); }

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

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

 span { border-color: rgb(133,73,101); }

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