Html Css Color HEX #855760 Cannon Pink

📋 copy color: '#855760'

red 133 ◦ green 87 ◦ blue 96

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

Shades of Cannon Pink #855760

Tints of Cannon Pink #855760

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 42.09%
G = 27.53%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#855760 (or 0x855760) is known color: Cannon Pink. HEX triplet: 85, 57 and 60. RGB value is (133,87,96). Sum of RGB (Red+Green+Blue) = 133+87+96=316 (41% of max value = 765). Red value is 133 (52.34% from 255 or 42.09% from 316); Green value is 87 (34.38% from 255 or 27.53% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 133 - color contains mainly: red. Hex color #855760 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855760 is #7AA89F. Grayscale: #656565. Windows color (decimal): -8038560 or 6313861. OLE color: 6313861.

HSL color Cylindrical-coordinate representation of color #855760: hue angle of 348.26º 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 #855760 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 96 -
CMYK 0 0.35 0.28 0.48
HSL 348.26º 0.21% 0.43% -
HSV(B) 348.26º 0.35% 0.52% -
XYZ 15.19 12.65 12.71 -
YUV 101.78 124.74 150.27 -
System Red Green Blue C M Y K H S L
Decimal 133 87 96 0 0.35 0.28 0.48 348.26 0.21 0.43
Hex 85 57 60 0 23 1C 30 15C 15 2B
Octal 205 127 140 0 43 34 60 534 25 53
Binary 10000101 1010111 1100000 0 100011 11100 110000 101011100 10101 101011

Color Harmonies of #855760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855760

Black with #855760

Text Example


Text Example

White with #855760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855760; }

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

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

background-color css

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

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

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

border-color css

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

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

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