#885367

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

Shades of Cannon Pink #885367

Tints of Cannon Pink #885367

Color information

#885367 (or 0x885367) is unknown color: approx Cannon Pink. HEX triplet: 88, 53 and 67. RGB value is (136,83,103). Sum of RGB (Red+Green+Blue) = 136+83+103=322 (42% of max value = 765). Red value is 136 (53.52% from 255 or 42.24% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 103 (40.62% from 255 or 31.99% from 322); Max value from RGB is 136 - color contains mainly: red. Hex color #885367 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #885367 is #77AC98. Grayscale: #656565. Windows color (decimal): -7842969 or 6771592. OLE color: 6771592.

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

Color convert

RGB13683103-
CMYK00.390.240.47
HSL337.36º24.2%42.94%-
HSV(B)337.36º38.97%53.33%-
XYZ15.6912.414.4-
YUV101.13129.06152.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 42.24%
GREEN value IS 83 (32.81% from 255) = 25.78%
BLUE value IS 103 (40.62% from 255) = 31.99%
R=42.24%
G=25.78%
B=31.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.24
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1368310300.390.240.47337.3624.242.94
Hex885367027182F151182b
Octal21012314704730575213053
Binary100010001010011110011101001111100010111110101000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885367; }

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

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

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

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

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

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

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

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