#90466C

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

Shades of Cannon Pink #90466C

Tints of Cannon Pink #90466C

Color information

#90466C (or 0x90466C) is unknown color: approx Cannon Pink. HEX triplet: 90, 46 and 6C. RGB value is (144,70,108). Sum of RGB (Red+Green+Blue) = 144+70+108=322 (42% of max value = 765). Red value is 144 (56.64% from 255 or 44.72% from 322); Green value is 70 (27.73% from 255 or 21.74% from 322); Blue value is 108 (42.58% from 255 or 33.54% from 322); Max value from RGB is 144 - color contains mainly: red. Hex color #90466C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #90466C is #6FB993. Grayscale: #606060. Windows color (decimal): -7322004 or 7095952. OLE color: 7095952.

HSL color Cylindrical-coordinate representation of color #90466C: hue angle of 329.19º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90466C is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB14470108-
CMYK00.510.250.44
HSL329.19º34.58%41.96%-
HSV(B)329.19º51.39%56.47%-
XYZ16.411.3915.52-
YUV96.46134.52161.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 44.72%
GREEN value IS 70 (27.73% from 255) = 21.74%
BLUE value IS 108 (42.58% from 255) = 33.54%
R=44.72%
G=21.74%
B=33.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1447010800.510.250.44329.1934.5841.96
Hex90466C033192C149232a
Octal22010615406331545114352
Binary1001000010001101101100011001111001101100101001001100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90466C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90466C; }

 p { color: rgb(144,70,108); }

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

<style>
 a { background-color: #90466C; }

 a { background-color: rgb(144,70,108); }

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

<style>
 span { border-color: #90466C; }

 span { border-color: rgb(144,70,108); }

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