Html Css Color HEX #85596E Cannon Pink

📋 copy color: '#85596E'

red 133 ◦ green 89 ◦ blue 110

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

Shades of Cannon Pink #85596E

Tints of Cannon Pink #85596E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 40.06%
G = 26.81%
B = 33.13%

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

#85596E (or 0x85596E) is known color: Cannon Pink. HEX triplet: 85, 59 and 6E. RGB value is (133,89,110). Sum of RGB (Red+Green+Blue) = 133+89+110=332 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.06% from 332); Green value is 89 (35.16% from 255 or 26.81% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 133 - color contains mainly: red. Hex color #85596E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85596E is #7AA691. Grayscale: #686868. Windows color (decimal): -8038034 or 7231877. OLE color: 7231877.

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

Color convert

RGB 133 89 110 -
CMYK 0 0.33 0.17 0.48
HSL 331.36º 0.2% 0.44% -
HSV(B) 331.36º 0.33% 0.52% -
XYZ 16.06 13.26 16.46 -
YUV 104.55 131.08 148.29 -
System Red Green Blue C M Y K H S L
Decimal 133 89 110 0 0.33 0.17 0.48 331.36 0.2 0.44
Hex 85 59 6E 0 21 11 30 14B 14 2C
Octal 205 131 156 0 41 21 60 513 24 54
Binary 10000101 1011001 1101110 0 100001 10001 110000 101001011 10100 101100

Color Harmonies of #85596E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85596E

Black with #85596E

Text Example


Text Example

White with #85596E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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