#904A6F

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

Shades of Cannon Pink #904A6F

Tints of Cannon Pink #904A6F

Color information

#904A6F (or 0x904A6F) is unknown color: approx Cannon Pink. HEX triplet: 90, 4A and 6F. RGB value is (144,74,111). Sum of RGB (Red+Green+Blue) = 144+74+111=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 74 (29.30% from 255 or 22.49% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #904A6F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904A6F is #6FB590. Grayscale: #636363. Windows color (decimal): -7320977 or 7293584. OLE color: 7293584.

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

Color convert

RGB14474111-
CMYK00.490.230.44
HSL328.29º32.11%42.75%-
HSV(B)328.29º48.61%56.47%-
XYZ16.8211.9716.46-
YUV99.15134.69159.99-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 74 (29.30% from 255) = 22.49%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=43.77%
G=22.49%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447411100.490.230.44328.2932.1142.75
Hex904A6F031172C148202b
Octal22011215706127545104053
Binary1001000010010101101111011000110111101100101001000100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904A6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,74,111); }

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

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

 a { background-color: rgb(144,74,111); }

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

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

 span { border-color: rgb(144,74,111); }

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