#944577

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

Shades of Cannon Pink #944577

Tints of Cannon Pink #944577

Color information

#944577 (or 0x944577) is unknown color: approx Cannon Pink. HEX triplet: 94, 45 and 77. RGB value is (148,69,119). Sum of RGB (Red+Green+Blue) = 148+69+119=336 (44% of max value = 765). Red value is 148 (58.20% from 255 or 44.05% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 119 (46.88% from 255 or 35.42% from 336); Max value from RGB is 148 - color contains mainly: red. Hex color #944577 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944577 is #6BBA88. Grayscale: #626262. Windows color (decimal): -7060105 or 7816596. OLE color: 7816596.

HSL color Cylindrical-coordinate representation of color #944577: hue angle of 322.03º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944577 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB14869119-
CMYK00.530.200.42
HSL322.03º36.41%42.55%-
HSV(B)322.03º53.38%58.04%-
XYZ17.6711.8818.82-
YUV98.32139.67163.43-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 44.05%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 119 (46.88% from 255) = 35.42%
R=44.05%
G=20.54%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1486911900.530.200.42322.0336.4142.55
Hex944577035142A142242b
Octal22410516706524525024453
Binary1001010010001011110111011010110100101010101000010100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944577; }

 p { color: rgb(148,69,119); }

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

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

 a { background-color: rgb(148,69,119); }

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

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

 span { border-color: rgb(148,69,119); }

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