Html Css Color HEX #854D6C Cosmic

📋 copy color: '#854D6C'

red 133 ◦ green 77 ◦ blue 108

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

Shades of Cosmic #854D6C

Tints of Cosmic #854D6C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 24.21%

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

R = 41.82%
G = 24.21%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.19

 K value IS 0.48

RGB Variations

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

Color information

#854D6C (or 0x854D6C) is known color: Cosmic. HEX triplet: 85, 4D and 6C. RGB value is (133,77,108). Sum of RGB (Red+Green+Blue) = 133+77+108=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 77 (30.47% from 255 or 24.21% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #854D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #854D6C is #7AB293. Grayscale: #616161. Windows color (decimal): -8041108 or 7097733. OLE color: 7097733.

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

Color convert

RGB 133 77 108 -
CMYK 0 0.42 0.19 0.48
HSL 326.79º 0.27% 0.41% -
HSV(B) 326.79º 0.42% 0.52% -
XYZ 15.03 11.38 15.59 -
YUV 97.28 134.05 153.48 -
System Red Green Blue C M Y K H S L
Decimal 133 77 108 0 0.42 0.19 0.48 326.79 0.27 0.41
Hex 85 4D 6C 0 2A 13 30 147 1B 29
Octal 205 115 154 0 52 23 60 507 33 51
Binary 10000101 1001101 1101100 0 101010 10011 110000 101000111 11011 101001

Color Harmonies of #854D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #854D6C

Black with #854D6C

Text Example


Text Example

White with #854D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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