Html Css Color HEX #885960 Cannon Pink

📋 copy color: '#885960'

red 136 ◦ green 89 ◦ blue 96

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

Shades of Cannon Pink #885960

Tints of Cannon Pink #885960

RGB

 RED value IS 136 (53.52% from 255) = 42.37%

 GREEN value IS 89 (35.16% from 255) = 27.73%

 BLUE value IS 96 (37.89% from 255) = 29.91%

R = 42.37%
G = 27.73%
B = 29.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#885960 (or 0x885960) is known color: Cannon Pink. HEX triplet: 88, 59 and 60. RGB value is (136,89,96). Sum of RGB (Red+Green+Blue) = 136+89+96=321 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.37% from 321); Green value is 89 (35.16% from 255 or 27.73% from 321); Blue value is 96 (37.89% from 255 or 29.91% from 321); Max value from RGB is 136 - color contains mainly: red. Hex color #885960 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885960 is #77A69F. Grayscale: #676767. Windows color (decimal): -7841440 or 6314376. OLE color: 6314376.

HSL color Cylindrical-coordinate representation of color #885960: hue angle of 351.06º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #885960 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 89 96 -
CMYK 0 0.35 0.29 0.47
HSL 351.06º 0.21% 0.44% -
HSV(B) 351.06º 0.35% 0.53% -
XYZ 15.84 13.22 12.78 -
YUV 103.85 123.57 150.93 -
System Red Green Blue C M Y K H S L
Decimal 136 89 96 0 0.35 0.29 0.47 351.06 0.21 0.44
Hex 88 59 60 0 23 1D 2F 15F 15 2C
Octal 210 131 140 0 43 35 57 537 25 54
Binary 10001000 1011001 1100000 0 100011 11101 101111 101011111 10101 101100

Color Harmonies of #885960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885960

Black with #885960

Text Example


Text Example

White with #885960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885960; }

 p { color: rgb(136,89,96); }

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

background-color css

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

 a { background-color: rgb(136,89,96); }

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

border-color css

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

 span { border-color: rgb(136,89,96); }

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