Html Css Color HEX #895370 Cannon Pink

📋 copy color: '#895370'

red 137 ◦ green 83 ◦ blue 112

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

Shades of Cannon Pink #895370

Tints of Cannon Pink #895370

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25%

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

R = 41.27%
G = 25%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#895370 (or 0x895370) is known color: Cannon Pink. HEX triplet: 89, 53 and 70. RGB value is (137,83,112). Sum of RGB (Red+Green+Blue) = 137+83+112=332 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.27% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 137 - color contains mainly: red. Hex color #895370 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895370 is #76AC8F. Grayscale: #666666. Windows color (decimal): -7777424 or 7361417. OLE color: 7361417.

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

Color convert

RGB 137 83 112 -
CMYK 0 0.39 0.18 0.46
HSL 327.78º 0.25% 0.43% -
HSV(B) 327.78º 0.39% 0.54% -
XYZ 16.33 12.67 16.91 -
YUV 102.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 137 83 112 0 0.39 0.18 0.46 327.78 0.25 0.43
Hex 89 53 70 0 27 12 2E 148 19 2B
Octal 211 123 160 0 47 22 56 510 31 53
Binary 10001001 1010011 1110000 0 100111 10010 101110 101001000 11001 101011

Color Harmonies of #895370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895370

Black with #895370

Text Example


Text Example

White with #895370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895370; }

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

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

background-color css

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

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

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

border-color css

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

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

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