#904B6B

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

Shades of Cannon Pink #904B6B

Tints of Cannon Pink #904B6B

Color information

#904B6B (or 0x904B6B) is unknown color: approx Cannon Pink. HEX triplet: 90, 4B and 6B. RGB value is (144,75,107). Sum of RGB (Red+Green+Blue) = 144+75+107=326 (43% of max value = 765). Red value is 144 (56.64% from 255 or 44.17% from 326); Green value is 75 (29.69% from 255 or 23.01% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 144 - color contains mainly: red. Hex color #904B6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B6B is #6FB494. Grayscale: #636363. Windows color (decimal): -7320725 or 7031696. OLE color: 7031696.

HSL color Cylindrical-coordinate representation of color #904B6B: hue angle of 332.17º 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 #904B6B is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14475107-
CMYK00.480.260.44
HSL332.17º31.51%42.94%-
HSV(B)332.17º47.92%56.47%-
XYZ16.6712.0215.35-
YUV99.28132.36159.9-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.17%
GREEN value IS 75 (29.69% from 255) = 23.01%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=44.17%
G=23.01%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447510700.480.260.44332.1731.5142.94
Hex904B6B0301A2C14c202b
Octal22011315306032545144053
Binary1001000010010111101011011000011010101100101001100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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