Html Css Color HEX #895360 Cannon Pink

📋 copy color: '#895360'

red 137 ◦ green 83 ◦ blue 96

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

Shades of Cannon Pink #895360

Tints of Cannon Pink #895360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.38%

R = 43.35%
G = 26.27%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.30

 K value IS 0.46

RGB Variations

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

Color information

#895360 (or 0x895360) is known color: Cannon Pink. HEX triplet: 89, 53 and 60. RGB value is (137,83,96). Sum of RGB (Red+Green+Blue) = 137+83+96=316 (41% of max value = 765). Red value is 137 (53.91% from 255 or 43.35% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 96 (37.89% from 255 or 30.38% from 316); Max value from RGB is 137 - color contains mainly: red. Hex color #895360 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895360 is #76AC9F. Grayscale: #646464. Windows color (decimal): -7777440 or 6312841. OLE color: 6312841.

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

Color convert

RGB 137 83 96 -
CMYK 0 0.39 0.30 0.46
HSL 345.56º 0.25% 0.43% -
HSV(B) 345.56º 0.39% 0.54% -
XYZ 15.52 12.35 12.63 -
YUV 100.63 125.39 153.94 -
System Red Green Blue C M Y K H S L
Decimal 137 83 96 0 0.39 0.30 0.46 345.56 0.25 0.43
Hex 89 53 60 0 27 1E 2E 15A 19 2B
Octal 211 123 140 0 47 36 56 532 31 53
Binary 10001001 1010011 1100000 0 100111 11110 101110 101011010 11001 101011

Color Harmonies of #895360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895360

Black with #895360

Text Example


Text Example

White with #895360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895360; }

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

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

background-color css

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

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

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

border-color css

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

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

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