Html Css Color HEX #895373 Cannon Pink

📋 copy color: '#895373'

red 137 ◦ green 83 ◦ blue 115

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

Shades of Cannon Pink #895373

Tints of Cannon Pink #895373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 34.33%

R = 40.9%
G = 24.78%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#895373 (or 0x895373) is known color: Cannon Pink. HEX triplet: 89, 53 and 73. RGB value is (137,83,115). Sum of RGB (Red+Green+Blue) = 137+83+115=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 83 (32.81% from 255 or 24.78% from 335); Blue value is 115 (45.31% from 255 or 34.33% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #895373 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895373 is #76AC8C. Grayscale: #666666. Windows color (decimal): -7777421 or 7558025. OLE color: 7558025.

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

Color convert

RGB 137 83 115 -
CMYK 0 0.39 0.16 0.46
HSL 324.44º 0.25% 0.43% -
HSV(B) 324.44º 0.39% 0.54% -
XYZ 16.5 12.74 17.81 -
YUV 102.79 134.89 152.4 -
System Red Green Blue C M Y K H S L
Decimal 137 83 115 0 0.39 0.16 0.46 324.44 0.25 0.43
Hex 89 53 73 0 27 10 2E 144 19 2B
Octal 211 123 163 0 47 20 56 504 31 53
Binary 10001001 1010011 1110011 0 100111 10000 101110 101000100 11001 101011

Color Harmonies of #895373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895373

Black with #895373

Text Example


Text Example

White with #895373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895373; }

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

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

background-color css

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

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

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

border-color css

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

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

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