Html Css Color HEX #855C69 Mauve Taupe

📋 copy color: '#855C69'

red 133 ◦ green 92 ◦ blue 105

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

Shades of Mauve Taupe #855C69

Tints of Mauve Taupe #855C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 40.3%
G = 27.88%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.48

RGB Variations

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

Color information

#855C69 (or 0x855C69) is known color: Mauve Taupe. HEX triplet: 85, 5C and 69. RGB value is (133,92,105). Sum of RGB (Red+Green+Blue) = 133+92+105=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 92 (36.33% from 255 or 27.88% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #855C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C69 is #7AA396. Grayscale: #696969. Windows color (decimal): -8037271 or 6904965. OLE color: 6904965.

HSL color Cylindrical-coordinate representation of color #855C69: hue angle of 340.98º 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 #855C69 is Cyan = 0, Magento = 0.31, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 105 -
CMYK 0 0.31 0.21 0.48
HSL 340.98º 0.18% 0.44% -
HSV(B) 340.98º 0.31% 0.52% -
XYZ 16.05 13.66 15.16 -
YUV 105.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 133 92 105 0 0.31 0.21 0.48 340.98 0.18 0.44
Hex 85 5C 69 0 1F 15 30 155 12 2C
Octal 205 134 151 0 37 25 60 525 22 54
Binary 10000101 1011100 1101001 0 11111 10101 110000 101010101 10010 101100

Color Harmonies of #855C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C69

Black with #855C69

Text Example


Text Example

White with #855C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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