#904B62

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

Shades of Cannon Pink #904B62

Tints of Cannon Pink #904B62

Color information

#904B62 (or 0x904B62) is unknown color: approx Cannon Pink. HEX triplet: 90, 4B and 62. RGB value is (144,75,98). Sum of RGB (Red+Green+Blue) = 144+75+98=317 (41% of max value = 765). Red value is 144 (56.64% from 255 or 45.43% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 98 (38.67% from 255 or 30.91% from 317); Max value from RGB is 144 - color contains mainly: red. Hex color #904B62 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B62 is #6FB49D. Grayscale: #626262. Windows color (decimal): -7320734 or 6441872. OLE color: 6441872.

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

Color convert

RGB1447598-
CMYK00.480.320.44
HSL340º31.51%42.94%-
HSV(B)340º47.92%56.47%-
XYZ16.2211.8412.99-
YUV98.25127.86160.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 45.43%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 98 (38.67% from 255) = 30.91%
R=45.43%
G=23.66%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144759800.480.320.4434031.5142.94
Hex904B62030202C154202b
Octal22011314206040545244053
Binary10010000100101111000100110000100000101100101010100100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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