Html Css Color HEX #85596F Cannon Pink

📋 copy color: '#85596F'

red 133 ◦ green 89 ◦ blue 111

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

Shades of Cannon Pink #85596F

Tints of Cannon Pink #85596F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 33.33%

R = 39.94%
G = 26.73%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#85596F (or 0x85596F) is known color: Cannon Pink. HEX triplet: 85, 59 and 6F. RGB value is (133,89,111). Sum of RGB (Red+Green+Blue) = 133+89+111=333 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.94% from 333); Green value is 89 (35.16% from 255 or 26.73% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 133 - color contains mainly: red. Hex color #85596F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85596F is #7AA690. Grayscale: #686868. Windows color (decimal): -8038033 or 7297413. OLE color: 7297413.

HSL color Cylindrical-coordinate representation of color #85596F: hue angle of 330º 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 #85596F is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 111 -
CMYK 0 0.33 0.17 0.48
HSL 330º 0.2% 0.44% -
HSV(B) 330º 0.33% 0.52% -
XYZ 16.11 13.28 16.75 -
YUV 104.66 131.58 148.21 -
System Red Green Blue C M Y K H S L
Decimal 133 89 111 0 0.33 0.17 0.48 330 0.2 0.44
Hex 85 59 6F 0 21 11 30 14A 14 2C
Octal 205 131 157 0 41 21 60 512 24 54
Binary 10000101 1011001 1101111 0 100001 10001 110000 101001010 10100 101100

Color Harmonies of #85596F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85596F

Black with #85596F

Text Example


Text Example

White with #85596F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #85596F; }

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

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

background-color css

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

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

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

border-color css

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

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

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