Html Css Color HEX #885471 Cannon Pink

📋 copy color: '#885471'

red 136 ◦ green 84 ◦ blue 113

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

Shades of Cannon Pink #885471

Tints of Cannon Pink #885471

RGB

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

 GREEN value IS 84 (33.2% from 255) = 25.23%

 BLUE value IS 113 (44.53% from 255) = 33.93%

R = 40.84%
G = 25.23%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#885471 (or 0x885471) is known color: Cannon Pink. HEX triplet: 88, 54 and 71. RGB value is (136,84,113). Sum of RGB (Red+Green+Blue) = 136+84+113=333 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.84% from 333); Green value is 84 (33.20% from 255 or 25.23% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 136 - color contains mainly: red. Hex color #885471 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885471 is #77AB8E. Grayscale: #666666. Windows color (decimal): -7842703 or 7427208. OLE color: 7427208.

HSL color Cylindrical-coordinate representation of color #885471: hue angle of 326.54º degrees, saturation: 0.24, 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 #885471 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 84 113 -
CMYK 0 0.38 0.17 0.47
HSL 326.54º 0.24% 0.43% -
HSV(B) 326.54º 0.38% 0.53% -
XYZ 16.3 12.77 17.23 -
YUV 102.85 133.73 151.64 -
System Red Green Blue C M Y K H S L
Decimal 136 84 113 0 0.38 0.17 0.47 326.54 0.24 0.43
Hex 88 54 71 0 26 11 2F 147 18 2B
Octal 210 124 161 0 46 21 57 507 30 53
Binary 10001000 1010100 1110001 0 100110 10001 101111 101000111 11000 101011

Color Harmonies of #885471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885471

Black with #885471

Text Example


Text Example

White with #885471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885471; }

 p { color: rgb(136,84,113); }

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

background-color css

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

 a { background-color: rgb(136,84,113); }

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

border-color css

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

 span { border-color: rgb(136,84,113); }

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