#904D67

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

Shades of Cannon Pink #904D67

Tints of Cannon Pink #904D67

Color information

#904D67 (or 0x904D67) is unknown color: approx Cannon Pink. HEX triplet: 90, 4D and 67. RGB value is (144,77,103). Sum of RGB (Red+Green+Blue) = 144+77+103=324 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.44% from 324); Green value is 77 (30.47% from 255 or 23.77% from 324); Blue value is 103 (40.62% from 255 or 31.79% from 324); Max value from RGB is 144 - color contains mainly: red. Hex color #904D67 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #904D67 is #6FB298. Grayscale: #636363. Windows color (decimal): -7320217 or 6770064. OLE color: 6770064.

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

Color convert

RGB14477103-
CMYK00.470.280.44
HSL336.72º30.32%43.33%-
HSV(B)336.72º46.53%56.47%-
XYZ16.612.2214.31-
YUV100129.7159.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 23.77%
BLUE value IS 103 (40.62% from 255) = 31.79%
R=44.44%
G=23.77%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447710300.470.280.44336.7230.3243.33
Hex904D6702F1C2C1511e2b
Octal22011514705734545213653
Binary100100001001101110011101011111110010110010101000111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,77,103); }

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

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

 a { background-color: rgb(144,77,103); }

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

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

 span { border-color: rgb(144,77,103); }

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