#885670

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

Shades of Cannon Pink #885670

Tints of Cannon Pink #885670

Color information

#885670 (or 0x885670) is unknown color: approx Cannon Pink. HEX triplet: 88, 56 and 70. RGB value is (136,86,112). Sum of RGB (Red+Green+Blue) = 136+86+112=334 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.72% from 334); Green value is 86 (33.98% from 255 or 25.75% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 136 - color contains mainly: red. Hex color #885670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885670 is #77A98F. Grayscale: #676767. Windows color (decimal): -7842192 or 7362184. OLE color: 7362184.

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

Color convert

RGB13686112-
CMYK00.370.180.47
HSL328.8º22.52%43.53%-
HSV(B)328.8º36.76%53.33%-
XYZ16.4113.0616.99-
YUV103.91132.56150.89-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.72%
GREEN value IS 86 (33.98% from 255) = 25.75%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=40.72%
G=25.75%
B=33.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368611200.370.180.47328.822.5243.53
Hex885670025122F149172c
Octal21012616004522575112754
Binary100010001010110111000001001011001010111110100100110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885670; }

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

 H1.HeaderClassName
 {
   color: #885670;
 }
 .AnyTagClassName
 {
   color: #885670;
 }
</style>
background-color css

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

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

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

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

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

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