Html Css Color HEX #885672 Cannon Pink

📋 copy color: '#885672'

red 136 ◦ green 86 ◦ blue 114

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

Shades of Cannon Pink #885672

Tints of Cannon Pink #885672

RGB

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

 GREEN value IS 86 (33.98% from 255) = 25.6%

 BLUE value IS 114 (44.92% from 255) = 33.93%

R = 40.48%
G = 25.6%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.47

RGB Variations

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

Color information

#885672 (or 0x885672) is known color: Cannon Pink. HEX triplet: 88, 56 and 72. RGB value is (136,86,114). Sum of RGB (Red+Green+Blue) = 136+86+114=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 86 (33.98% from 255 or 25.60% from 336); Blue value is 114 (44.92% from 255 or 33.93% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885672 is #77A98D. Grayscale: #686868. Windows color (decimal): -7842190 or 7493256. OLE color: 7493256.

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

Color convert

RGB 136 86 114 -
CMYK 0 0.37 0.16 0.47
HSL 326.4º 0.23% 0.44% -
HSV(B) 326.4º 0.37% 0.53% -
XYZ 16.52 13.1 17.58 -
YUV 104.14 133.57 150.72 -
System Red Green Blue C M Y K H S L
Decimal 136 86 114 0 0.37 0.16 0.47 326.4 0.23 0.44
Hex 88 56 72 0 25 10 2F 146 17 2C
Octal 210 126 162 0 45 20 57 506 27 54
Binary 10001000 1010110 1110010 0 100101 10000 101111 101000110 10111 101100

Color Harmonies of #885672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885672

Black with #885672

Text Example


Text Example

White with #885672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885672; }

 p { color: rgb(136,86,114); }

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

background-color css

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

 a { background-color: rgb(136,86,114); }

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

border-color css

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

 span { border-color: rgb(136,86,114); }

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