Html Css Color HEX #895067 Cannon Pink

📋 copy color: '#895067'

red 137 ◦ green 80 ◦ blue 103

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

Shades of Cannon Pink #895067

Tints of Cannon Pink #895067

RGB

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

 GREEN value IS 80 (31.64% from 255) = 25%

 BLUE value IS 103 (40.63% from 255) = 32.19%

R = 42.81%
G = 25%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.25

 K value IS 0.46

RGB Variations

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

Color information

#895067 (or 0x895067) is known color: Cannon Pink. HEX triplet: 89, 50 and 67. RGB value is (137,80,103). Sum of RGB (Red+Green+Blue) = 137+80+103=320 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.81% from 320); Green value is 80 (31.64% from 255 or 25% from 320); Blue value is 103 (40.62% from 255 or 32.19% from 320); Max value from RGB is 137 - color contains mainly: red. Hex color #895067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895067 is #76AF98. Grayscale: #636363. Windows color (decimal): -7778201 or 6770825. OLE color: 6770825.

HSL color Cylindrical-coordinate representation of color #895067: hue angle of 335.79º degrees, saturation: 0.26, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #895067 is Cyan = 0, Magento = 0.42, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 80 103 -
CMYK 0 0.42 0.25 0.46
HSL 335.79º 0.26% 0.43% -
HSV(B) 335.79º 0.42% 0.54% -
XYZ 15.63 12.03 14.33 -
YUV 99.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 137 80 103 0 0.42 0.25 0.46 335.79 0.26 0.43
Hex 89 50 67 0 2A 19 2E 150 1A 2B
Octal 211 120 147 0 52 31 56 520 32 53
Binary 10001001 1010000 1100111 0 101010 11001 101110 101010000 11010 101011

Color Harmonies of #895067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895067

Black with #895067

Text Example


Text Example

White with #895067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895067; }

 p { color: rgb(137,80,103); }

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

background-color css

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

 a { background-color: rgb(137,80,103); }

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

border-color css

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

 span { border-color: rgb(137,80,103); }

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