Html Css Color HEX #895869 Cannon Pink

📋 copy color: '#895869'

red 137 ◦ green 88 ◦ blue 105

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

Shades of Cannon Pink #895869

Tints of Cannon Pink #895869

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.67%

 BLUE value IS 105 (41.41% from 255) = 31.82%

R = 41.52%
G = 26.67%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#895869 (or 0x895869) is known color: Cannon Pink. HEX triplet: 89, 58 and 69. RGB value is (137,88,105). Sum of RGB (Red+Green+Blue) = 137+88+105=330 (43% of max value = 765). Red value is 137 (53.91% from 255 or 41.52% from 330); Green value is 88 (34.77% from 255 or 26.67% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 137 - color contains mainly: red. Hex color #895869 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895869 is #76A796. Grayscale: #686868. Windows color (decimal): -7776151 or 6903945. OLE color: 6903945.

HSL color Cylindrical-coordinate representation of color #895869: hue angle of 339.18º degrees, saturation: 0.22, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #895869 is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 88 105 -
CMYK 0 0.36 0.23 0.46
HSL 339.18º 0.22% 0.44% -
HSV(B) 339.18º 0.36% 0.54% -
XYZ 16.36 13.32 15.07 -
YUV 104.59 128.23 151.12 -
System Red Green Blue C M Y K H S L
Decimal 137 88 105 0 0.36 0.23 0.46 339.18 0.22 0.44
Hex 89 58 69 0 24 17 2E 153 16 2C
Octal 211 130 151 0 44 27 56 523 26 54
Binary 10001001 1011000 1101001 0 100100 10111 101110 101010011 10110 101100

Color Harmonies of #895869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895869

Black with #895869

Text Example


Text Example

White with #895869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895869; }

 p { color: rgb(137,88,105); }

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

background-color css

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

 a { background-color: rgb(137,88,105); }

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

border-color css

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

 span { border-color: rgb(137,88,105); }

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