#934D6B

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

Shades of Cannon Pink #934D6B

Tints of Cannon Pink #934D6B

Color information

#934D6B (or 0x934D6B) is unknown color: approx Cannon Pink. HEX triplet: 93, 4D and 6B. RGB value is (147,77,107). Sum of RGB (Red+Green+Blue) = 147+77+107=331 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.41% from 331); Green value is 77 (30.47% from 255 or 23.26% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 147 - color contains mainly: red. Hex color #934D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D6B is #6CB294. Grayscale: #656565. Windows color (decimal): -7123605 or 7032211. OLE color: 7032211.

HSL color Cylindrical-coordinate representation of color #934D6B: hue angle of 334.29º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934D6B is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB14777107-
CMYK00.480.270.42
HSL334.29º31.25%43.92%-
HSV(B)334.29º47.62%57.65%-
XYZ17.3412.5715.42-
YUV101.35131.19160.56-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.41%
GREEN value IS 77 (30.47% from 255) = 23.26%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=44.41%
G=23.26%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477710700.480.270.42334.2931.2543.92
Hex934D6B0301B2A14e1f2c
Octal22311515306033525163754
Binary100100111001101110101101100001101110101010100111011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #934D6B; }

 p { color: rgb(147,77,107); }

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

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

 a { background-color: rgb(147,77,107); }

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

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

 span { border-color: rgb(147,77,107); }

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