#885968

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

Shades of Cannon Pink #885968

Tints of Cannon Pink #885968

Color information

#885968 (or 0x885968) is unknown color: approx Cannon Pink. HEX triplet: 88, 59 and 68. RGB value is (136,89,104). Sum of RGB (Red+Green+Blue) = 136+89+104=329 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.34% from 329); Green value is 89 (35.16% from 255 or 27.05% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 136 - color contains mainly: red. Hex color #885968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885968 is #77A697. Grayscale: #686868. Windows color (decimal): -7841432 or 6838664. OLE color: 6838664.

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

Color convert

RGB13689104-
CMYK00.350.240.47
HSL340.85º20.89%44.12%-
HSV(B)340.85º34.56%53.33%-
XYZ16.2213.3814.82-
YUV104.76127.57150.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.34%
GREEN value IS 89 (35.16% from 255) = 27.05%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=41.34%
G=27.05%
B=31.61%

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
Decimal1368910400.350.240.47340.8520.8944.12
Hex885968023182F155152c
Octal21013115004330575252554
Binary100010001011001110100001000111100010111110101010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885968; }

 p { color: rgb(136,89,104); }

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

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

 a { background-color: rgb(136,89,104); }

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

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

 span { border-color: rgb(136,89,104); }

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