#944B6B

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

Shades of Cannon Pink #944B6B

Tints of Cannon Pink #944B6B

Color information

#944B6B (or 0x944B6B) is unknown color: approx Cannon Pink. HEX triplet: 94, 4B and 6B. RGB value is (148,75,107). Sum of RGB (Red+Green+Blue) = 148+75+107=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 75 (29.69% from 255 or 22.73% from 330); Blue value is 107 (42.19% from 255 or 32.42% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #944B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B6B is #6BB494. Grayscale: #646464. Windows color (decimal): -7058581 or 7031700. OLE color: 7031700.

HSL color Cylindrical-coordinate representation of color #944B6B: hue angle of 333.7º degrees, saturation: 0.33, 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 #944B6B is Cyan = 0, Magento = 0.49, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB14875107-
CMYK00.490.280.42
HSL333.7º32.74%43.73%-
HSV(B)333.7º49.32%58.04%-
XYZ17.3812.3915.39-
YUV100.48131.68161.9-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 75 (29.69% from 255) = 22.73%
BLUE value IS 107 (42.19% from 255) = 32.42%
R=44.85%
G=22.73%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487510700.490.280.42333.732.7443.73
Hex944B6B0311C2A14e212c
Octal22411315306134525164154
Binary1001010010010111101011011000111100101010101001110100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944B6B; }

 p { color: rgb(148,75,107); }

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

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

 a { background-color: rgb(148,75,107); }

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

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

 span { border-color: rgb(148,75,107); }

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