Html Css Color HEX #895268 Cannon Pink

📋 copy color: '#895268'

red 137 ◦ green 82 ◦ blue 104

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

Shades of Cannon Pink #895268

Tints of Cannon Pink #895268

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.39%

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

R = 42.41%
G = 25.39%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#895268 (or 0x895268) is known color: Cannon Pink. HEX triplet: 89, 52 and 68. RGB value is (137,82,104). Sum of RGB (Red+Green+Blue) = 137+82+104=323 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.41% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 104 (41.02% from 255 or 32.20% from 323); Max value from RGB is 137 - color contains mainly: red. Hex color #895268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #895268 is #76AD97. Grayscale: #646464. Windows color (decimal): -7777688 or 6836873. OLE color: 6836873.

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

Color convert

RGB 137 82 104 -
CMYK 0 0.40 0.24 0.46
HSL 336º 0.25% 0.43% -
HSV(B) 336º 0.4% 0.54% -
XYZ 15.83 12.35 14.65 -
YUV 100.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 137 82 104 0 0.40 0.24 0.46 336 0.25 0.43
Hex 89 52 68 0 28 18 2E 150 19 2B
Octal 211 122 150 0 50 30 56 520 31 53
Binary 10001001 1010010 1101000 0 101000 11000 101110 101010000 11001 101011

Color Harmonies of #895268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895268

Black with #895268

Text Example


Text Example

White with #895268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #895268; }

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

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

background-color css

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

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

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

border-color css

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

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

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