#885870

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

Shades of Cannon Pink #885870

Tints of Cannon Pink #885870

Color information

#885870 (or 0x885870) is unknown color: approx Cannon Pink. HEX triplet: 88, 58 and 70. RGB value is (136,88,112). Sum of RGB (Red+Green+Blue) = 136+88+112=336 (44% of max value = 765). Red value is 136 (53.52% from 255 or 40.48% from 336); Green value is 88 (34.77% from 255 or 26.19% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 136 - color contains mainly: red. Hex color #885870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885870 is #77A78F. Grayscale: #696969. Windows color (decimal): -7841680 or 7362696. OLE color: 7362696.

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

Color convert

RGB13688112-
CMYK00.350.180.47
HSL330º21.43%43.92%-
HSV(B)330º35.29%53.33%-
XYZ16.5713.3817.04-
YUV105.09131.9150.05-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 40.48%
GREEN value IS 88 (34.77% from 255) = 26.19%
BLUE value IS 112 (44.14% from 255) = 33.33%
R=40.48%
G=26.19%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368811200.350.180.4733021.4343.92
Hex885870023122F14a152c
Octal21013016004322575122554
Binary100010001011000111000001000111001010111110100101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885870; }

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

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

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

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

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

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

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

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