#944E69

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

Shades of Cannon Pink #944E69

Tints of Cannon Pink #944E69

Color information

#944E69 (or 0x944E69) is unknown color: approx Cannon Pink. HEX triplet: 94, 4E and 69. RGB value is (148,78,105). Sum of RGB (Red+Green+Blue) = 148+78+105=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 78 (30.86% from 255 or 23.56% from 331); Blue value is 105 (41.41% from 255 or 31.72% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #944E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #944E69 is #6BB196. Grayscale: #656565. Windows color (decimal): -7057815 or 6901396. OLE color: 6901396.

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

Color convert

RGB14878105-
CMYK00.470.290.42
HSL336.86º30.97%44.31%-
HSV(B)336.86º47.3%58.04%-
XYZ17.4912.7614.91-
YUV102.01129.69160.8-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 78 (30.86% from 255) = 23.56%
BLUE value IS 105 (41.41% from 255) = 31.72%
R=44.71%
G=23.56%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487810500.470.290.42336.8630.9744.31
Hex944E6902F1D2A1511f2c
Octal22411615105735525213754
Binary100101001001110110100101011111110110101010101000111111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,78,105); }

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

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

 a { background-color: rgb(148,78,105); }

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

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

 span { border-color: rgb(148,78,105); }

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