Html Css Color HEX #895569 Cannon Pink

📋 copy color: '#895569'

red 137 ◦ green 85 ◦ blue 105

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

Shades of Cannon Pink #895569

Tints of Cannon Pink #895569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.99%

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

R = 41.9%
G = 25.99%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#895569 (or 0x895569) is known color: Cannon Pink. HEX triplet: 89, 55 and 69. RGB value is (137,85,105). Sum of RGB (Red+Green+Blue) = 137+85+105=327 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.90% from 327); Green value is 85 (33.59% from 255 or 25.99% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 137 - color contains mainly: red. Hex color #895569 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895569 is #76AA96. Grayscale: #666666. Windows color (decimal): -7776919 or 6903177. OLE color: 6903177.

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

Color convert

RGB 137 85 105 -
CMYK 0 0.38 0.23 0.46
HSL 336.92º 0.23% 0.44% -
HSV(B) 336.92º 0.38% 0.54% -
XYZ 16.11 12.84 14.99 -
YUV 102.83 129.23 152.37 -
System Red Green Blue C M Y K H S L
Decimal 137 85 105 0 0.38 0.23 0.46 336.92 0.23 0.44
Hex 89 55 69 0 26 17 2E 151 17 2C
Octal 211 125 151 0 46 27 56 521 27 54
Binary 10001001 1010101 1101001 0 100110 10111 101110 101010001 10111 101100

Color Harmonies of #895569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895569

Black with #895569

Text Example


Text Example

White with #895569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895569; }

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

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

background-color css

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

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

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

border-color css

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

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

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