Html Css Color HEX #854964 Cosmic

📋 copy color: '#854964'

red 133 ◦ green 73 ◦ blue 100

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

Shades of Cosmic #854964

Tints of Cosmic #854964

RGB

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

 GREEN value IS 73 (28.91% from 255) = 23.86%

 BLUE value IS 100 (39.45% from 255) = 32.68%

R = 43.46%
G = 23.86%
B = 32.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.25

 K value IS 0.48

RGB Variations

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

Color information

#854964 (or 0x854964) is known color: Cosmic. HEX triplet: 85, 49 and 64. RGB value is (133,73,100). Sum of RGB (Red+Green+Blue) = 133+73+100=306 (40% of max value = 765). Red value is 133 (52.34% from 255 or 43.46% from 306); Green value is 73 (28.91% from 255 or 23.86% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 133 - color contains mainly: red. Hex color #854964 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854964 is #7AB69B. Grayscale: #5D5D5D. Windows color (decimal): -8042140 or 6572421. OLE color: 6572421.

HSL color Cylindrical-coordinate representation of color #854964: hue angle of 333º 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 #854964 is Cyan = 0, Magento = 0.45, Yellow = 0.25 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 73 100 -
CMYK 0 0.45 0.25 0.48
HSL 333º 0.29% 0.4% -
HSV(B) 333º 0.45% 0.52% -
XYZ 14.36 10.67 13.36 -
YUV 94.02 131.38 155.8 -
System Red Green Blue C M Y K H S L
Decimal 133 73 100 0 0.45 0.25 0.48 333 0.29 0.4
Hex 85 49 64 0 2D 19 30 14D 1D 28
Octal 205 111 144 0 55 31 60 515 35 50
Binary 10000101 1001001 1100100 0 101101 11001 110000 101001101 11101 101000

Color Harmonies of #854964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854964

Black with #854964

Text Example


Text Example

White with #854964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854964; }

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

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

background-color css

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

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

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

border-color css

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

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

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