#944C6B

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

Shades of Cannon Pink #944C6B

Tints of Cannon Pink #944C6B

Color information

#944C6B (or 0x944C6B) is unknown color: approx Cannon Pink. HEX triplet: 94, 4C and 6B. RGB value is (148,76,107). Sum of RGB (Red+Green+Blue) = 148+76+107=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #944C6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944C6B is #6BB394. Grayscale: #656565. Windows color (decimal): -7058325 or 7031956. OLE color: 7031956.

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

Color convert

RGB14876107-
CMYK00.490.280.42
HSL334.17º32.14%43.92%-
HSV(B)334.17º48.65%58.04%-
XYZ17.4512.5315.41-
YUV101.06131.35161.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 76 (30.08% from 255) = 22.96%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=44.71%
G=22.96%
B=32.33%

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
Decimal1487610700.490.280.42334.1732.1443.92
Hex944C6B0311C2A14e202c
Octal22411415306134525164054
Binary1001010010011001101011011000111100101010101001110100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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