Html Css Color HEX #885560 Cannon Pink

📋 copy color: '#885560'

red 136 ◦ green 85 ◦ blue 96

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

Shades of Cannon Pink #885560

Tints of Cannon Pink #885560

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.81%

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

R = 42.9%
G = 26.81%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#885560 (or 0x885560) is known color: Cannon Pink. HEX triplet: 88, 55 and 60. RGB value is (136,85,96). Sum of RGB (Red+Green+Blue) = 136+85+96=317 (41% of max value = 765). Red value is 136 (53.52% from 255 or 42.90% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 136 - color contains mainly: red. Hex color #885560 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885560 is #77AA9F. Grayscale: #656565. Windows color (decimal): -7842464 or 6313352. OLE color: 6313352.

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

Color convert

RGB 136 85 96 -
CMYK 0 0.38 0.29 0.47
HSL 347.06º 0.23% 0.43% -
HSV(B) 347.06º 0.38% 0.53% -
XYZ 15.51 12.58 12.68 -
YUV 101.5 124.9 152.61 -
System Red Green Blue C M Y K H S L
Decimal 136 85 96 0 0.38 0.29 0.47 347.06 0.23 0.43
Hex 88 55 60 0 26 1D 2F 15B 17 2B
Octal 210 125 140 0 46 35 57 533 27 53
Binary 10001000 1010101 1100000 0 100110 11101 101111 101011011 10111 101011

Color Harmonies of #885560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885560

Black with #885560

Text Example


Text Example

White with #885560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885560; }

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

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

background-color css

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

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

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

border-color css

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

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

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