Html Css Color HEX #895769 Cannon Pink

📋 copy color: '#895769'

red 137 ◦ green 87 ◦ blue 105

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

Shades of Cannon Pink #895769

Tints of Cannon Pink #895769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 41.64%
G = 26.44%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#895769 (or 0x895769) is known color: Cannon Pink. HEX triplet: 89, 57 and 69. RGB value is (137,87,105). Sum of RGB (Red+Green+Blue) = 137+87+105=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 87 (34.38% from 255 or 26.44% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #895769 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895769 is #76A896. Grayscale: #676767. Windows color (decimal): -7776407 or 6903689. OLE color: 6903689.

HSL color Cylindrical-coordinate representation of color #895769: hue angle of 338.4º 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 #895769 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 87 105 -
CMYK 0 0.36 0.23 0.46
HSL 338.4º 0.22% 0.44% -
HSV(B) 338.4º 0.36% 0.54% -
XYZ 16.27 13.15 15.05 -
YUV 104 128.57 151.54 -
System Red Green Blue C M Y K H S L
Decimal 137 87 105 0 0.36 0.23 0.46 338.4 0.22 0.44
Hex 89 57 69 0 24 17 2E 152 16 2C
Octal 211 127 151 0 44 27 56 522 26 54
Binary 10001001 1010111 1101001 0 100100 10111 101110 101010010 10110 101100

Color Harmonies of #895769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895769

Black with #895769

Text Example


Text Example

White with #895769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895769; }

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

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

background-color css

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

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

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

border-color css

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

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

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