#944F67

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

Shades of Cannon Pink #944F67

Tints of Cannon Pink #944F67

Color information

#944F67 (or 0x944F67) is unknown color: approx Cannon Pink. HEX triplet: 94, 4F and 67. RGB value is (148,79,103). Sum of RGB (Red+Green+Blue) = 148+79+103=330 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.85% from 330); Green value is 79 (31.25% from 255 or 23.94% from 330); Blue value is 103 (40.62% from 255 or 31.21% from 330); Max value from RGB is 148 - color contains mainly: red. Hex color #944F67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944F67 is #6BB098. Grayscale: #666666. Windows color (decimal): -7057561 or 6770580. OLE color: 6770580.

HSL color Cylindrical-coordinate representation of color #944F67: hue angle of 339.13º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #944F67 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14879103-
CMYK00.470.300.42
HSL339.13º30.4%44.51%-
HSV(B)339.13º46.62%58.04%-
XYZ17.4612.8714.4-
YUV102.37128.36160.55-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.85%
GREEN value IS 79 (31.25% from 255) = 23.94%
BLUE value IS 103 (40.62% from 255) = 31.21%
R=44.85%
G=23.94%
B=31.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487910300.470.300.42339.1330.444.51
Hex944F6702F1E2A1531e2d
Octal22411714705736525233655
Binary100101001001111110011101011111111010101010101001111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944F67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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