Html Css Color HEX #885160 Cannon Pink

📋 copy color: '#885160'

red 136 ◦ green 81 ◦ blue 96

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

Shades of Cannon Pink #885160

Tints of Cannon Pink #885160

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.88%

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

R = 43.45%
G = 25.88%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#885160 (or 0x885160) is known color: Cannon Pink. HEX triplet: 88, 51 and 60. RGB value is (136,81,96). Sum of RGB (Red+Green+Blue) = 136+81+96=313 (41% of max value = 765). Red value is 136 (53.52% from 255 or 43.45% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 136 - color contains mainly: red. Hex color #885160 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885160 is #77AE9F. Grayscale: #636363. Windows color (decimal): -7843488 or 6312328. OLE color: 6312328.

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

Color convert

RGB 136 81 96 -
CMYK 0 0.40 0.29 0.47
HSL 343.64º 0.25% 0.43% -
HSV(B) 343.64º 0.4% 0.53% -
XYZ 15.21 11.96 12.57 -
YUV 99.16 126.22 154.28 -
System Red Green Blue C M Y K H S L
Decimal 136 81 96 0 0.40 0.29 0.47 343.64 0.25 0.43
Hex 88 51 60 0 28 1D 2F 158 19 2B
Octal 210 121 140 0 50 35 57 530 31 53
Binary 10001000 1010001 1100000 0 101000 11101 101111 101011000 11001 101011

Color Harmonies of #885160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885160

Black with #885160

Text Example


Text Example

White with #885160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885160; }

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

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

background-color css

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

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

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

border-color css

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

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

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