#904B6E

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

Shades of Cannon Pink #904B6E

Tints of Cannon Pink #904B6E

Color information

#904B6E (or 0x904B6E) is unknown color: approx Cannon Pink. HEX triplet: 90, 4B and 6E. RGB value is (144,75,110). Sum of RGB (Red+Green+Blue) = 144+75+110=329 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.77% from 329); Green value is 75 (29.69% from 255 or 22.80% from 329); Blue value is 110 (43.36% from 255 or 33.43% from 329); Max value from RGB is 144 - color contains mainly: red. Hex color #904B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #904B6E is #6FB491. Grayscale: #636363. Windows color (decimal): -7320722 or 7228304. OLE color: 7228304.

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

Color convert

RGB14475110-
CMYK00.480.240.44
HSL329.57º31.51%42.94%-
HSV(B)329.57º47.92%56.47%-
XYZ16.8312.0916.2-
YUV99.62133.86159.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.77%
GREEN value IS 75 (29.69% from 255) = 22.80%
BLUE value IS 110 (43.36% from 255) = 33.43%
R=43.77%
G=22.80%
B=33.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447511000.480.240.44329.5731.5142.94
Hex904B6E030182C14a202b
Octal22011315606030545124053
Binary1001000010010111101110011000011000101100101001010100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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