Html Css Color HEX #85595F Cannon Pink

📋 copy color: '#85595F'

red 133 ◦ green 89 ◦ blue 95

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

Shades of Cannon Pink #85595F

Tints of Cannon Pink #85595F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 29.97%

R = 41.96%
G = 28.08%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.48

RGB Variations

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

Color information

#85595F (or 0x85595F) is known color: Cannon Pink. HEX triplet: 85, 59 and 5F. RGB value is (133,89,95). Sum of RGB (Red+Green+Blue) = 133+89+95=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 89 (35.16% from 255 or 28.08% from 317); Blue value is 95 (37.5% from 255 or 29.97% from 317); Max value from RGB is 133 - color contains mainly: red. Hex color #85595F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85595F is #7AA6A0. Grayscale: #666666. Windows color (decimal): -8038049 or 6248837. OLE color: 6248837.

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

Color convert

RGB 133 89 95 -
CMYK 0 0.33 0.29 0.48
HSL 351.82º 0.2% 0.44% -
HSV(B) 351.82º 0.33% 0.52% -
XYZ 15.31 12.96 12.52 -
YUV 102.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 133 89 95 0 0.33 0.29 0.48 351.82 0.2 0.44
Hex 85 59 5F 0 21 1D 30 160 14 2C
Octal 205 131 137 0 41 35 60 540 24 54
Binary 10000101 1011001 1011111 0 100001 11101 110000 101100000 10100 101100

Color Harmonies of #85595F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #85595F

Black with #85595F

Text Example


Text Example

White with #85595F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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