#885672

Color #885672 Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #885672

Tints of Cannon Pink #885672

Color information

#885672 (or 0x885672) is unknown color: approx 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

RGB13686114-
CMYK00.370.160.47
HSL326.4º22.52%43.53%-
HSV(B)326.4º36.76%53.33%-
XYZ16.5213.117.58-
YUV104.14133.56150.72-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 86 (33.98% from 255) = 25.60%
BLUE value IS 114 (44.92% from 255) = 33.93%
R=40.48%
G=25.60%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.16
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368611400.370.160.47326.422.5243.53
Hex885672025102F146172c
Octal21012616204520575062754
Binary100010001010110111001001001011000010111110100011010111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>