Html Css Color HEX #855C63 Mauve Taupe

📋 copy color: '#855C63'

red 133 ◦ green 92 ◦ blue 99

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

Shades of Mauve Taupe #855C63

Tints of Mauve Taupe #855C63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 30.56%

R = 41.05%
G = 28.4%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.26

 K value IS 0.48

RGB Variations

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

Color information

#855C63 (or 0x855C63) is known color: Mauve Taupe. HEX triplet: 85, 5C and 63. RGB value is (133,92,99). Sum of RGB (Red+Green+Blue) = 133+92+99=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 99 (39.06% from 255 or 30.56% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #855C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855C63 is #7AA39C. Grayscale: #696969. Windows color (decimal): -8037277 or 6511749. OLE color: 6511749.

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

Color convert

RGB 133 92 99 -
CMYK 0 0.31 0.26 0.48
HSL 349.76º 0.18% 0.44% -
HSV(B) 349.76º 0.31% 0.52% -
XYZ 15.75 13.54 13.59 -
YUV 105.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 133 92 99 0 0.31 0.26 0.48 349.76 0.18 0.44
Hex 85 5C 63 0 1F 1A 30 15E 12 2C
Octal 205 134 143 0 37 32 60 536 22 54
Binary 10000101 1011100 1100011 0 11111 11010 110000 101011110 10010 101100

Color Harmonies of #855C63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C63

Black with #855C63

Text Example


Text Example

White with #855C63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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