Html Css Color HEX #885860 Cannon Pink

📋 copy color: '#885860'

red 136 ◦ green 88 ◦ blue 96

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

Shades of Cannon Pink #885860

Tints of Cannon Pink #885860

RGB

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

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

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

R = 42.5%
G = 27.5%
B = 30%

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

#885860 (or 0x885860) is known color: Cannon Pink. HEX triplet: 88, 58 and 60. RGB value is (136,88,96). Sum of RGB (Red+Green+Blue) = 136+88+96=320 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 96 (37.89% from 255 or 30% from 320); Max value from RGB is 136 - color contains mainly: red. Hex color #885860 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885860 is #77A79F. Grayscale: #676767. Windows color (decimal): -7841696 or 6314120. OLE color: 6314120.

HSL color Cylindrical-coordinate representation of color #885860: hue angle of 350º 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 #885860 is Cyan = 0, Magento = 0.35, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 88 96 -
CMYK 0 0.35 0.29 0.47
HSL 350º 0.21% 0.44% -
HSV(B) 350º 0.35% 0.53% -
XYZ 15.75 13.06 12.76 -
YUV 103.26 123.9 151.35 -
System Red Green Blue C M Y K H S L
Decimal 136 88 96 0 0.35 0.29 0.47 350 0.21 0.44
Hex 88 58 60 0 23 1D 2F 15E 15 2C
Octal 210 130 140 0 43 35 57 536 25 54
Binary 10001000 1011000 1100000 0 100011 11101 101111 101011110 10101 101100

Color Harmonies of #885860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885860

Black with #885860

Text Example


Text Example

White with #885860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885860; }

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

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

background-color css

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

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

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

border-color css

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

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

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