#93566C

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

Shades of Cannon Pink #93566C

Tints of Cannon Pink #93566C

Color information

#93566C (or 0x93566C) is unknown color: approx Cannon Pink. HEX triplet: 93, 56 and 6C. RGB value is (147,86,108). Sum of RGB (Red+Green+Blue) = 147+86+108=341 (45% of max value = 765). Red value is 147 (57.81% from 255 or 43.11% from 341); Green value is 86 (33.98% from 255 or 25.22% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 147 - color contains mainly: red. Hex color #93566C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93566C is #6CA993. Grayscale: #6A6A6A. Windows color (decimal): -7121300 or 7100051. OLE color: 7100051.

HSL color Cylindrical-coordinate representation of color #93566C: hue angle of 338.36º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #93566C is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14786108-
CMYK00.410.270.42
HSL338.36º26.18%45.69%-
HSV(B)338.36º41.5%57.65%-
XYZ18.0713.9415.93-
YUV106.75128.71156.71-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 43.11%
GREEN value IS 86 (33.98% from 255) = 25.22%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=43.11%
G=25.22%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1478610800.410.270.42338.3626.1845.69
Hex93566C0291B2A1521a2e
Octal22312615405133525223256
Binary100100111010110110110001010011101110101010101001011010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93566C; }

 p { color: rgb(147,86,108); }

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

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

 a { background-color: rgb(147,86,108); }

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

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

 span { border-color: rgb(147,86,108); }

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