#904B71

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

Shades of Cannon Pink #904B71

Tints of Cannon Pink #904B71

Color information

#904B71 (or 0x904B71) is unknown color: approx Cannon Pink. HEX triplet: 90, 4B and 71. RGB value is (144,75,113). Sum of RGB (Red+Green+Blue) = 144+75+113=332 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.37% from 332); Green value is 75 (29.69% from 255 or 22.59% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 144 - color contains mainly: red. Hex color #904B71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B71 is #6FB48E. Grayscale: #636363. Windows color (decimal): -7320719 or 7424912. OLE color: 7424912.

HSL color Cylindrical-coordinate representation of color #904B71: hue angle of 326.96º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #904B71 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14475113-
CMYK00.480.220.44
HSL326.96º31.51%42.94%-
HSV(B)326.96º47.92%56.47%-
XYZ1712.1517.07-
YUV99.96135.36159.41-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.37%
GREEN value IS 75 (29.69% from 255) = 22.59%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=43.37%
G=22.59%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447511300.480.220.44326.9631.5142.94
Hex904B71030162C147202b
Octal22011316106026545074053
Binary1001000010010111110001011000010110101100101000111100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904B71; }

 p { color: rgb(144,75,113); }

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

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

 a { background-color: rgb(144,75,113); }

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

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

 span { border-color: rgb(144,75,113); }

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