#90506E

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

Shades of Cannon Pink #90506E

Tints of Cannon Pink #90506E

Color information

#90506E (or 0x90506E) is unknown color: approx Cannon Pink. HEX triplet: 90, 50 and 6E. RGB value is (144,80,110). Sum of RGB (Red+Green+Blue) = 144+80+110=334 (44% of max value = 765). Red value is 144 (56.64% from 255 or 43.11% from 334); Green value is 80 (31.64% from 255 or 23.95% from 334); Blue value is 110 (43.36% from 255 or 32.93% from 334); Max value from RGB is 144 - color contains mainly: red. Hex color #90506E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90506E is #6FAF91. Grayscale: #666666. Windows color (decimal): -7319442 or 7229584. OLE color: 7229584.

HSL color Cylindrical-coordinate representation of color #90506E: hue angle of 331.88º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #90506E is Cyan = 0, Magento = 0.44, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14480110-
CMYK00.440.240.44
HSL331.88º28.57%43.92%-
HSV(B)331.88º44.44%56.47%-
XYZ17.1812.7916.32-
YUV102.56132.2157.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.11%
GREEN value IS 80 (31.64% from 255) = 23.95%
BLUE value IS 110 (43.36% from 255) = 32.93%
R=43.11%
G=23.95%
B=32.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448011000.440.240.44331.8828.5743.92
Hex90506E02C182C14c1d2c
Octal22012015605430545143554
Binary100100001010000110111001011001100010110010100110011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90506E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90506E; }

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

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

<style>
 a { background-color: #90506E; }

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

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

<style>
 span { border-color: #90506E; }

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

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