Html Css Color HEX #854860 Cosmic

📋 copy color: '#854860'

red 133 ◦ green 72 ◦ blue 96

#854860
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #854860

Tints of Cosmic #854860

RGB

 RED value IS 133 (52.34% from 255) = 44.19%

 GREEN value IS 72 (28.52% from 255) = 23.92%

 BLUE value IS 96 (37.89% from 255) = 31.89%

R = 44.19%
G = 23.92%
B = 31.89%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#854860 (or 0x854860) is known color: Cosmic. HEX triplet: 85, 48 and 60. RGB value is (133,72,96). Sum of RGB (Red+Green+Blue) = 133+72+96=301 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.19% from 301); Green value is 72 (28.52% from 255 or 23.92% from 301); Blue value is 96 (37.89% from 255 or 31.89% from 301); Max value from RGB is 133 - color contains mainly: red. Hex color #854860 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854860 is #7AB79F. Grayscale: #5C5C5C. Windows color (decimal): -8042400 or 6310021. OLE color: 6310021.

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

Color convert

RGB 133 72 96 -
CMYK 0 0.46 0.28 0.48
HSL 336.39º 0.3% 0.4% -
HSV(B) 336.39º 0.46% 0.52% -
XYZ 14.1 10.47 12.34 -
YUV 92.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 133 72 96 0 0.46 0.28 0.48 336.39 0.3 0.4
Hex 85 48 60 0 2E 1C 30 150 1E 28
Octal 205 110 140 0 56 34 60 520 36 50
Binary 10000101 1001000 1100000 0 101110 11100 110000 101010000 11110 101000

Color Harmonies of #854860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854860

Black with #854860

Text Example


Text Example

White with #854860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854860; }

 p { color: rgb(133,72,96); }

 H1.HeaderClassName
 {
   color: #854860;
 }
 .AnyTagClassName
 {
   color: #854860;
 }
</style>

background-color css

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

 a { background-color: rgb(133,72,96); }

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

border-color css

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

 span { border-color: rgb(133,72,96); }

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