Html Css Color HEX #855161 Cannon Pink

📋 copy color: '#855161'

red 133 ◦ green 81 ◦ blue 97

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

Shades of Cannon Pink #855161

Tints of Cannon Pink #855161

RGB

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

 GREEN value IS 81 (32.03% from 255) = 26.05%

 BLUE value IS 97 (38.28% from 255) = 31.19%

R = 42.77%
G = 26.05%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#855161 (or 0x855161) is known color: Cannon Pink. HEX triplet: 85, 51 and 61. RGB value is (133,81,97). Sum of RGB (Red+Green+Blue) = 133+81+97=311 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.77% from 311); Green value is 81 (32.03% from 255 or 26.05% from 311); Blue value is 97 (38.28% from 255 or 31.19% from 311); Max value from RGB is 133 - color contains mainly: red. Hex color #855161 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855161 is #7AAE9E. Grayscale: #626262. Windows color (decimal): -8040095 or 6377861. OLE color: 6377861.

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

Color convert

RGB 133 81 97 -
CMYK 0 0.39 0.27 0.48
HSL 341.54º 0.24% 0.42% -
HSV(B) 341.54º 0.39% 0.52% -
XYZ 14.77 11.73 12.8 -
YUV 98.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 133 81 97 0 0.39 0.27 0.48 341.54 0.24 0.42
Hex 85 51 61 0 27 1B 30 156 18 2A
Octal 205 121 141 0 47 33 60 526 30 52
Binary 10000101 1010001 1100001 0 100111 11011 110000 101010110 11000 101010

Color Harmonies of #855161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855161

Black with #855161

Text Example


Text Example

White with #855161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855161; }

 p { color: rgb(133,81,97); }

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

background-color css

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

 a { background-color: rgb(133,81,97); }

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

border-color css

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

 span { border-color: rgb(133,81,97); }

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