Html Css Color HEX #854E6C Cosmic

📋 copy color: '#854E6C'

red 133 ◦ green 78 ◦ blue 108

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

Shades of Cosmic #854E6C

Tints of Cosmic #854E6C

RGB

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

 GREEN value IS 78 (30.86% from 255) = 24.45%

 BLUE value IS 108 (42.58% from 255) = 33.86%

R = 41.69%
G = 24.45%
B = 33.86%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#854E6C (or 0x854E6C) is known color: Cosmic. HEX triplet: 85, 4E and 6C. RGB value is (133,78,108). Sum of RGB (Red+Green+Blue) = 133+78+108=319 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.69% from 319); Green value is 78 (30.86% from 255 or 24.45% from 319); Blue value is 108 (42.58% from 255 or 33.86% from 319); Max value from RGB is 133 - color contains mainly: red. Hex color #854E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854E6C is #7AB193. Grayscale: #616161. Windows color (decimal): -8040852 or 7097989. OLE color: 7097989.

HSL color Cylindrical-coordinate representation of color #854E6C: hue angle of 327.27º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #854E6C is Cyan = 0, Magento = 0.41, Yellow = 0.19 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 78 108 -
CMYK 0 0.41 0.19 0.48
HSL 327.27º 0.26% 0.41% -
HSV(B) 327.27º 0.41% 0.52% -
XYZ 15.1 11.52 15.61 -
YUV 97.87 133.72 153.06 -
System Red Green Blue C M Y K H S L
Decimal 133 78 108 0 0.41 0.19 0.48 327.27 0.26 0.41
Hex 85 4E 6C 0 29 13 30 147 1A 29
Octal 205 116 154 0 51 23 60 507 32 51
Binary 10000101 1001110 1101100 0 101001 10011 110000 101000111 11010 101001

Color Harmonies of #854E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854E6C

Black with #854E6C

Text Example


Text Example

White with #854E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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