Html Css Color HEX #895368 Cannon Pink

📋 copy color: '#895368'

red 137 ◦ green 83 ◦ blue 104

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

Shades of Cannon Pink #895368

Tints of Cannon Pink #895368

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 32.1%

R = 42.28%
G = 25.62%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#895368 (or 0x895368) is known color: Cannon Pink. HEX triplet: 89, 53 and 68. RGB value is (137,83,104). Sum of RGB (Red+Green+Blue) = 137+83+104=324 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.28% from 324); Green value is 83 (32.81% from 255 or 25.62% from 324); Blue value is 104 (41.02% from 255 or 32.10% from 324); Max value from RGB is 137 - color contains mainly: red. Hex color #895368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895368 is #76AC97. Grayscale: #656565. Windows color (decimal): -7777432 or 6837129. OLE color: 6837129.

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

Color convert

RGB 137 83 104 -
CMYK 0 0.39 0.24 0.46
HSL 336.67º 0.25% 0.43% -
HSV(B) 336.67º 0.39% 0.54% -
XYZ 15.91 12.5 14.67 -
YUV 101.54 129.39 153.29 -
System Red Green Blue C M Y K H S L
Decimal 137 83 104 0 0.39 0.24 0.46 336.67 0.25 0.43
Hex 89 53 68 0 27 18 2E 151 19 2B
Octal 211 123 150 0 47 30 56 521 31 53
Binary 10001001 1010011 1101000 0 100111 11000 101110 101010001 11001 101011

Color Harmonies of #895368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895368

Black with #895368

Text Example


Text Example

White with #895368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895368; }

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

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

background-color css

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

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

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

border-color css

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

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

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