Html Css Color HEX #855761 Cannon Pink

📋 copy color: '#855761'

red 133 ◦ green 87 ◦ blue 97

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

Shades of Cannon Pink #855761

Tints of Cannon Pink #855761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.44%

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

R = 41.96%
G = 27.44%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.48

RGB Variations

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

Color information

#855761 (or 0x855761) is known color: Cannon Pink. HEX triplet: 85, 57 and 61. RGB value is (133,87,97). Sum of RGB (Red+Green+Blue) = 133+87+97=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 87 (34.38% from 255 or 27.44% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #855761 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855761 is #7AA89E. Grayscale: #656565. Windows color (decimal): -8038559 or 6379397. OLE color: 6379397.

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

Color convert

RGB 133 87 97 -
CMYK 0 0.35 0.27 0.48
HSL 346.96º 0.21% 0.43% -
HSV(B) 346.96º 0.35% 0.52% -
XYZ 15.24 12.67 12.95 -
YUV 101.89 125.24 150.19 -
System Red Green Blue C M Y K H S L
Decimal 133 87 97 0 0.35 0.27 0.48 346.96 0.21 0.43
Hex 85 57 61 0 23 1B 30 15B 15 2B
Octal 205 127 141 0 43 33 60 533 25 53
Binary 10000101 1010111 1100001 0 100011 11011 110000 101011011 10101 101011

Color Harmonies of #855761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855761

Black with #855761

Text Example


Text Example

White with #855761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855761; }

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

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

background-color css

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

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

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

border-color css

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

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

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