Html Css Color HEX #895365 Cannon Pink

📋 copy color: '#895365'

red 137 ◦ green 83 ◦ blue 101

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

Shades of Cannon Pink #895365

Tints of Cannon Pink #895365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 31.46%

R = 42.68%
G = 25.86%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#895365 (or 0x895365) is known color: Cannon Pink. HEX triplet: 89, 53 and 65. RGB value is (137,83,101). Sum of RGB (Red+Green+Blue) = 137+83+101=321 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.68% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 101 (39.84% from 255 or 31.46% from 321); Max value from RGB is 137 - color contains mainly: red. Hex color #895365 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895365 is #76AC9A. Grayscale: #656565. Windows color (decimal): -7777435 or 6640521. OLE color: 6640521.

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

Color convert

RGB 137 83 101 -
CMYK 0 0.39 0.26 0.46
HSL 340º 0.25% 0.43% -
HSV(B) 340º 0.39% 0.54% -
XYZ 15.76 12.44 13.88 -
YUV 101.2 127.89 153.54 -
System Red Green Blue C M Y K H S L
Decimal 137 83 101 0 0.39 0.26 0.46 340 0.25 0.43
Hex 89 53 65 0 27 1A 2E 154 19 2B
Octal 211 123 145 0 47 32 56 524 31 53
Binary 10001001 1010011 1100101 0 100111 11010 101110 101010100 11001 101011

Color Harmonies of #895365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895365

Black with #895365

Text Example


Text Example

White with #895365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895365; }

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

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

background-color css

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

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

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

border-color css

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

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

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