Html Css Color HEX #855C68 Mauve Taupe

📋 copy color: '#855C68'

red 133 ◦ green 92 ◦ blue 104

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

Shades of Mauve Taupe #855C68

Tints of Mauve Taupe #855C68

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.96%

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

R = 40.43%
G = 27.96%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#855C68 (or 0x855C68) is known color: Mauve Taupe. HEX triplet: 85, 5C and 68. RGB value is (133,92,104). Sum of RGB (Red+Green+Blue) = 133+92+104=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 92 (36.33% from 255 or 27.96% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 133 - color contains mainly: red. Hex color #855C68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C68 is #7AA397. Grayscale: #696969. Windows color (decimal): -8037272 or 6839429. OLE color: 6839429.

HSL color Cylindrical-coordinate representation of color #855C68: hue angle of 342.44º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #855C68 is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 104 -
CMYK 0 0.31 0.22 0.48
HSL 342.44º 0.18% 0.44% -
HSV(B) 342.44º 0.31% 0.52% -
XYZ 16 13.64 14.89 -
YUV 105.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 133 92 104 0 0.31 0.22 0.48 342.44 0.18 0.44
Hex 85 5C 68 0 1F 16 30 156 12 2C
Octal 205 134 150 0 37 26 60 526 22 54
Binary 10000101 1011100 1101000 0 11111 10110 110000 101010110 10010 101100

Color Harmonies of #855C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C68

Black with #855C68

Text Example


Text Example

White with #855C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855C68; }

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

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

background-color css

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

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

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

border-color css

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

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

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