Html Css Color HEX #895070 Cannon Pink

📋 copy color: '#895070'

red 137 ◦ green 80 ◦ blue 112

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

Shades of Cannon Pink #895070

Tints of Cannon Pink #895070

RGB

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

 GREEN value IS 80 (31.64% from 255) = 24.32%

 BLUE value IS 112 (44.14% from 255) = 34.04%

R = 41.64%
G = 24.32%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895070 (or 0x895070) is known color: Cannon Pink. HEX triplet: 89, 50 and 70. RGB value is (137,80,112). Sum of RGB (Red+Green+Blue) = 137+80+112=329 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.64% from 329); Green value is 80 (31.64% from 255 or 24.32% from 329); Blue value is 112 (44.14% from 255 or 34.04% from 329); Max value from RGB is 137 - color contains mainly: red. Hex color #895070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895070 is #76AF8F. Grayscale: #646464. Windows color (decimal): -7778192 or 7360649. OLE color: 7360649.

HSL color Cylindrical-coordinate representation of color #895070: hue angle of 326.32º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895070 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 112 -
CMYK 0 0.42 0.18 0.46
HSL 326.32º 0.26% 0.43% -
HSV(B) 326.32º 0.42% 0.54% -
XYZ 16.11 12.23 16.84 -
YUV 100.69 134.38 153.9 -
System Red Green Blue C M Y K H S L
Decimal 137 80 112 0 0.42 0.18 0.46 326.32 0.26 0.43
Hex 89 50 70 0 2A 12 2E 146 1A 2B
Octal 211 120 160 0 52 22 56 506 32 53
Binary 10001001 1010000 1110000 0 101010 10010 101110 101000110 11010 101011

Color Harmonies of #895070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895070

Black with #895070

Text Example


Text Example

White with #895070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895070; }

 p { color: rgb(137,80,112); }

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

background-color css

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

 a { background-color: rgb(137,80,112); }

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

border-color css

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

 span { border-color: rgb(137,80,112); }

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