#854A68

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

Shades of Cosmic #854A68

Tints of Cosmic #854A68

Color information

#854A68 (or 0x854A68) is unknown color: approx Cosmic. HEX triplet: 85, 4A and 68. RGB value is (133,74,104). Sum of RGB (Red+Green+Blue) = 133+74+104=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 74 (29.30% from 255 or 23.79% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #854A68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A68 is #7AB597. Grayscale: #5F5F5F. Windows color (decimal): -8041880 or 6834821. OLE color: 6834821.

HSL color Cylindrical-coordinate representation of color #854A68: hue angle of 329.49º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #854A68 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB13374104-
CMYK00.440.220.48
HSL329.49º28.5%40.59%-
HSV(B)329.49º44.36%52.16%-
XYZ14.6210.8814.43-
YUV95.06133.05155.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.77%
GREEN value IS 74 (29.30% from 255) = 23.79%
BLUE value IS 104 (41.02% from 255) = 33.44%
R=42.77%
G=23.79%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337410400.440.220.48329.4928.540.59
Hex854A6802C16301491d29
Octal20511215005426605113551
Binary100001011001010110100001011001011011000010100100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854A68; }

 p { color: rgb(133,74,104); }

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

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

 a { background-color: rgb(133,74,104); }

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

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

 span { border-color: rgb(133,74,104); }

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