Html Css Color HEX #854968 Cosmic

📋 copy color: '#854968'

red 133 ◦ green 73 ◦ blue 104

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

Shades of Cosmic #854968

Tints of Cosmic #854968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 33.55%

R = 42.9%
G = 23.55%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#854968 (or 0x854968) is known color: Cosmic. HEX triplet: 85, 49 and 68. RGB value is (133,73,104). Sum of RGB (Red+Green+Blue) = 133+73+104=310 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.90% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 104 (41.02% from 255 or 33.55% from 310); Max value from RGB is 133 - color contains mainly: red. Hex color #854968 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #854968 is #7AB697. Grayscale: #5E5E5E. Windows color (decimal): -8042136 or 6834565. OLE color: 6834565.

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

Color convert

RGB 133 73 104 -
CMYK 0 0.45 0.22 0.48
HSL 329º 0.29% 0.4% -
HSV(B) 329º 0.45% 0.52% -
XYZ 14.55 10.75 14.4 -
YUV 94.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 133 73 104 0 0.45 0.22 0.48 329 0.29 0.4
Hex 85 49 68 0 2D 16 30 149 1D 28
Octal 205 111 150 0 55 26 60 511 35 50
Binary 10000101 1001001 1101000 0 101101 10110 110000 101001001 11101 101000

Color Harmonies of #854968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854968

Black with #854968

Text Example


Text Example

White with #854968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #854968; }

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

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

background-color css

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

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

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

border-color css

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

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

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