Html Css Color HEX #895568 Cannon Pink

📋 copy color: '#895568'

red 137 ◦ green 85 ◦ blue 104

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

Shades of Cannon Pink #895568

Tints of Cannon Pink #895568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.9%

R = 42.02%
G = 26.07%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#895568 (or 0x895568) is known color: Cannon Pink. HEX triplet: 89, 55 and 68. RGB value is (137,85,104). Sum of RGB (Red+Green+Blue) = 137+85+104=326 (43% of max value = 765). Red value is 137 (53.91% from 255 or 42.02% from 326); Green value is 85 (33.59% from 255 or 26.07% from 326); Blue value is 104 (41.02% from 255 or 31.90% from 326); Max value from RGB is 137 - color contains mainly: red. Hex color #895568 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895568 is #76AA97. Grayscale: #666666. Windows color (decimal): -7776920 or 6837641. OLE color: 6837641.

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

Color convert

RGB 137 85 104 -
CMYK 0 0.38 0.24 0.46
HSL 338.08º 0.23% 0.44% -
HSV(B) 338.08º 0.38% 0.54% -
XYZ 16.06 12.81 14.72 -
YUV 102.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 137 85 104 0 0.38 0.24 0.46 338.08 0.23 0.44
Hex 89 55 68 0 26 18 2E 152 17 2C
Octal 211 125 150 0 46 30 56 522 27 54
Binary 10001001 1010101 1101000 0 100110 11000 101110 101010010 10111 101100

Color Harmonies of #895568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895568

Black with #895568

Text Example


Text Example

White with #895568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895568; }

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

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

background-color css

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

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

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

border-color css

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

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

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