#854A6C

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

Shades of Cosmic #854A6C

Tints of Cosmic #854A6C

Color information

#854A6C (or 0x854A6C) is unknown color: approx Cosmic. HEX triplet: 85, 4A and 6C. RGB value is (133,74,108). Sum of RGB (Red+Green+Blue) = 133+74+108=315 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.22% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 108 (42.58% from 255 or 34.29% from 315); Max value from RGB is 133 - color contains mainly: red. Hex color #854A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854A6C is #7AB593. Grayscale: #5F5F5F. Windows color (decimal): -8041876 or 7096965. OLE color: 7096965.

HSL color Cylindrical-coordinate representation of color #854A6C: hue angle of 325.42º 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 #854A6C is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB13374108-
CMYK00.440.190.48
HSL325.42º28.5%40.59%-
HSV(B)325.42º44.36%52.16%-
XYZ14.8310.9715.52-
YUV95.52135.05154.74-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 42.22%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 108 (42.58% from 255) = 34.29%
R=42.22%
G=23.49%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.19
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1337410800.440.190.48325.4228.540.59
Hex854A6C02C13301451d29
Octal20511215405423605053551
Binary100001011001010110110001011001001111000010100010111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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