#944D67

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

Shades of Cannon Pink #944D67

Tints of Cannon Pink #944D67

Color information

#944D67 (or 0x944D67) is unknown color: approx Cannon Pink. HEX triplet: 94, 4D and 67. RGB value is (148,77,103). Sum of RGB (Red+Green+Blue) = 148+77+103=328 (43% of max value = 765). Red value is 148 (58.20% from 255 or 45.12% from 328); Green value is 77 (30.47% from 255 or 23.48% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 148 - color contains mainly: red. Hex color #944D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944D67 is #6BB298. Grayscale: #656565. Windows color (decimal): -7058073 or 6770068. OLE color: 6770068.

HSL color Cylindrical-coordinate representation of color #944D67: hue angle of 338.03º degrees, saturation: 0.32, 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 #944D67 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14877103-
CMYK00.480.300.42
HSL338.03º31.56%44.12%-
HSV(B)338.03º47.97%58.04%-
XYZ17.3112.5814.35-
YUV101.19129.02161.39-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 45.12%
GREEN value IS 77 (30.47% from 255) = 23.48%
BLUE value IS 103 (40.62% from 255) = 31.40%
R=45.12%
G=23.48%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487710300.480.300.42338.0331.5644.12
Hex944D670301E2A152202c
Octal22411514706036525224054
Binary1001010010011011100111011000011110101010101010010100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,77,103); }

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

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

 a { background-color: rgb(148,77,103); }

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

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

 span { border-color: rgb(148,77,103); }

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