#944B6C

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

Shades of Cannon Pink #944B6C

Tints of Cannon Pink #944B6C

Color information

#944B6C (or 0x944B6C) is unknown color: approx Cannon Pink. HEX triplet: 94, 4B and 6C. RGB value is (148,75,108). Sum of RGB (Red+Green+Blue) = 148+75+108=331 (43% of max value = 765). Red value is 148 (58.20% from 255 or 44.71% from 331); Green value is 75 (29.69% from 255 or 22.66% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 148 - color contains mainly: red. Hex color #944B6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944B6C is #6BB493. Grayscale: #646464. Windows color (decimal): -7058580 or 7097236. OLE color: 7097236.

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

Color convert

RGB14875108-
CMYK00.490.270.42
HSL332.88º32.74%43.73%-
HSV(B)332.88º49.32%58.04%-
XYZ17.4412.4115.66-
YUV100.59132.18161.82-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.71%
GREEN value IS 75 (29.69% from 255) = 22.66%
BLUE value IS 108 (42.58% from 255) = 32.63%
R=44.71%
G=22.66%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1487510800.490.270.42332.8832.7443.73
Hex944B6C0311B2A14d212c
Octal22411315406133525154154
Binary1001010010010111101100011000111011101010101001101100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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