#885469

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

Shades of Cannon Pink #885469

Tints of Cannon Pink #885469

Color information

#885469 (or 0x885469) is unknown color: approx Cannon Pink. HEX triplet: 88, 54 and 69. RGB value is (136,84,105). Sum of RGB (Red+Green+Blue) = 136+84+105=325 (43% of max value = 765). Red value is 136 (53.52% from 255 or 41.85% from 325); Green value is 84 (33.20% from 255 or 25.85% from 325); Blue value is 105 (41.41% from 255 or 32.31% from 325); Max value from RGB is 136 - color contains mainly: red. Hex color #885469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885469 is #77AB96. Grayscale: #656565. Windows color (decimal): -7842711 or 6902920. OLE color: 6902920.

HSL color Cylindrical-coordinate representation of color #885469: hue angle of 335.77º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #885469 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB13684105-
CMYK00.380.230.47
HSL335.77º23.64%43.14%-
HSV(B)335.77º38.24%53.33%-
XYZ15.8712.5914.96-
YUV101.94129.73152.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 41.85%
GREEN value IS 84 (33.20% from 255) = 25.85%
BLUE value IS 105 (41.41% from 255) = 32.31%
R=41.85%
G=25.85%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.23
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368410500.380.230.47335.7723.6443.14
Hex885469026172F150182b
Octal21012415104627575203053
Binary100010001010100110100101001101011110111110101000011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885469; }

 p { color: rgb(136,84,105); }

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

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

 a { background-color: rgb(136,84,105); }

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

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

 span { border-color: rgb(136,84,105); }

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