Html Css Color HEX #855960 Cannon Pink

📋 copy color: '#855960'

red 133 ◦ green 89 ◦ blue 96

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

Shades of Cannon Pink #855960

Tints of Cannon Pink #855960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.99%

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

R = 41.82%
G = 27.99%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#855960 (or 0x855960) is known color: Cannon Pink. HEX triplet: 85, 59 and 60. RGB value is (133,89,96). Sum of RGB (Red+Green+Blue) = 133+89+96=318 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.82% from 318); Green value is 89 (35.16% from 255 or 27.99% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 133 - color contains mainly: red. Hex color #855960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #855960 is #7AA69F. Grayscale: #666666. Windows color (decimal): -8038048 or 6314373. OLE color: 6314373.

HSL color Cylindrical-coordinate representation of color #855960: hue angle of 350.45º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855960 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 96 -
CMYK 0 0.33 0.28 0.48
HSL 350.45º 0.2% 0.44% -
HSV(B) 350.45º 0.33% 0.52% -
XYZ 15.36 12.98 12.76 -
YUV 102.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 133 89 96 0 0.33 0.28 0.48 350.45 0.2 0.44
Hex 85 59 60 0 21 1C 30 15E 14 2C
Octal 205 131 140 0 41 34 60 536 24 54
Binary 10000101 1011001 1100000 0 100001 11100 110000 101011110 10100 101100

Color Harmonies of #855960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855960

Black with #855960

Text Example


Text Example

White with #855960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855960; }

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

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

background-color css

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

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

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

border-color css

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

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

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