Html Css Color HEX #895772 Cannon Pink

📋 copy color: '#895772'

red 137 ◦ green 87 ◦ blue 114

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

Shades of Cannon Pink #895772

Tints of Cannon Pink #895772

RGB

 RED value IS 137 (53.91% from 255) = 40.53%

 GREEN value IS 87 (34.38% from 255) = 25.74%

 BLUE value IS 114 (44.92% from 255) = 33.73%

R = 40.53%
G = 25.74%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.46

RGB Variations

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

Color information

#895772 (or 0x895772) is known color: Cannon Pink. HEX triplet: 89, 57 and 72. RGB value is (137,87,114). Sum of RGB (Red+Green+Blue) = 137+87+114=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 87 (34.38% from 255 or 25.74% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #895772 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895772 is #76A88D. Grayscale: #686868. Windows color (decimal): -7776398 or 7493513. OLE color: 7493513.

HSL color Cylindrical-coordinate representation of color #895772: hue angle of 327.6º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895772 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 87 114 -
CMYK 0 0.36 0.17 0.46
HSL 327.6º 0.22% 0.44% -
HSV(B) 327.6º 0.36% 0.54% -
XYZ 16.76 13.35 17.61 -
YUV 105.03 133.07 150.8 -
System Red Green Blue C M Y K H S L
Decimal 137 87 114 0 0.36 0.17 0.46 327.6 0.22 0.44
Hex 89 57 72 0 24 11 2E 148 16 2C
Octal 211 127 162 0 44 21 56 510 26 54
Binary 10001001 1010111 1110010 0 100100 10001 101110 101001000 10110 101100

Color Harmonies of #895772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895772

Black with #895772

Text Example


Text Example

White with #895772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895772; }

 p { color: rgb(137,87,114); }

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

background-color css

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

 a { background-color: rgb(137,87,114); }

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

border-color css

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

 span { border-color: rgb(137,87,114); }

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