Html Css Color HEX #85596A Cannon Pink

📋 copy color: '#85596A'

red 133 ◦ green 89 ◦ blue 106

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

Shades of Cannon Pink #85596A

Tints of Cannon Pink #85596A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 32.32%

R = 40.55%
G = 27.13%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#85596A (or 0x85596A) is known color: Cannon Pink. HEX triplet: 85, 59 and 6A. RGB value is (133,89,106). Sum of RGB (Red+Green+Blue) = 133+89+106=328 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.55% from 328); Green value is 89 (35.16% from 255 or 27.13% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 133 - color contains mainly: red. Hex color #85596A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85596A is #7AA695. Grayscale: #686868. Windows color (decimal): -8038038 or 6969733. OLE color: 6969733.

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

Color convert

RGB 133 89 106 -
CMYK 0 0.33 0.20 0.48
HSL 336.82º 0.2% 0.44% -
HSV(B) 336.82º 0.33% 0.52% -
XYZ 15.85 13.17 15.34 -
YUV 104.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 133 89 106 0 0.33 0.20 0.48 336.82 0.2 0.44
Hex 85 59 6A 0 21 14 30 151 14 2C
Octal 205 131 152 0 41 24 60 521 24 54
Binary 10000101 1011001 1101010 0 100001 10100 110000 101010001 10100 101100

Color Harmonies of #85596A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85596A

Black with #85596A

Text Example


Text Example

White with #85596A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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