#934B6E

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

Shades of Cannon Pink #934B6E

Tints of Cannon Pink #934B6E

Color information

#934B6E (or 0x934B6E) is unknown color: approx Cannon Pink. HEX triplet: 93, 4B and 6E. RGB value is (147,75,110). Sum of RGB (Red+Green+Blue) = 147+75+110=332 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.28% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 147 - color contains mainly: red. Hex color #934B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #934B6E is #6CB491. Grayscale: #646464. Windows color (decimal): -7124114 or 7228307. OLE color: 7228307.

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

Color convert

RGB14775110-
CMYK00.490.250.42
HSL330.83º32.43%43.53%-
HSV(B)330.83º48.98%57.65%-
XYZ17.3612.3616.22-
YUV100.52133.35161.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.28%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=44.28%
G=22.59%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1477511000.490.250.42330.8332.4343.53
Hex934B6E031192A14b202c
Octal22311315606131525134054
Binary1001001110010111101110011000111001101010101001011100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #934B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,75,110); }

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

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

 a { background-color: rgb(147,75,110); }

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

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

 span { border-color: rgb(147,75,110); }

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