Html Css Color HEX #854160 Cosmic

📋 copy color: '#854160'

red 133 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #854160

Tints of Cosmic #854160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

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

R = 45.24%
G = 22.11%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#854160 (or 0x854160) is known color: Cosmic. HEX triplet: 85, 41 and 60. RGB value is (133,65,96). Sum of RGB (Red+Green+Blue) = 133+65+96=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 133 - color contains mainly: red. Hex color #854160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854160 is #7ABE9F. Grayscale: #585858. Windows color (decimal): -8044192 or 6308229. OLE color: 6308229.

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

Color convert

RGB 133 65 96 -
CMYK 0 0.51 0.28 0.48
HSL 332.65º 0.34% 0.39% -
HSV(B) 332.65º 0.51% 0.52% -
XYZ 13.67 9.61 12.2 -
YUV 88.87 132.03 159.48 -
System Red Green Blue C M Y K H S L
Decimal 133 65 96 0 0.51 0.28 0.48 332.65 0.34 0.39
Hex 85 41 60 0 33 1C 30 14D 22 27
Octal 205 101 140 0 63 34 60 515 42 47
Binary 10000101 1000001 1100000 0 110011 11100 110000 101001101 100010 100111

Color Harmonies of #854160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854160

Black with #854160

Text Example


Text Example

White with #854160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854160; }

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

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

background-color css

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

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

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

border-color css

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

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

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