#885867

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

Shades of Cannon Pink #885867

Tints of Cannon Pink #885867

Color information

#885867 (or 0x885867) is unknown color: approx Cannon Pink. HEX triplet: 88, 58 and 67. RGB value is (136,88,103). Sum of RGB (Red+Green+Blue) = 136+88+103=327 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.59% from 327); Green value is 88 (34.77% from 255 or 26.91% from 327); Blue value is 103 (40.62% from 255 or 31.50% from 327); Max value from RGB is 136 - color contains mainly: red. Hex color #885867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885867 is #77A798. Grayscale: #686868. Windows color (decimal): -7841689 or 6772872. OLE color: 6772872.

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

Color convert

RGB13688103-
CMYK00.350.240.47
HSL341.25º21.43%43.92%-
HSV(B)341.25º35.29%53.33%-
XYZ16.0913.1914.53-
YUV104.06127.4150.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.59%
GREEN value IS 88 (34.77% from 255) = 26.91%
BLUE value IS 103 (40.62% from 255) = 31.50%
R=41.59%
G=26.91%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368810300.350.240.47341.2521.4343.92
Hex885867023182F155152c
Octal21013014704330575252554
Binary100010001011000110011101000111100010111110101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885867; }

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

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

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

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

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

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

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

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