#90506F

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

Shades of Cannon Pink #90506F

Tints of Cannon Pink #90506F

Color information

#90506F (or 0x90506F) is unknown color: approx Cannon Pink. HEX triplet: 90, 50 and 6F. RGB value is (144,80,111). Sum of RGB (Red+Green+Blue) = 144+80+111=335 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.99% from 335); Green value is 80 (31.64% from 255 or 23.88% from 335); Blue value is 111 (43.75% from 255 or 33.13% from 335); Max value from RGB is 144 - color contains mainly: red. Hex color #90506F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90506F is #6FAF90. Grayscale: #666666. Windows color (decimal): -7319441 or 7295120. OLE color: 7295120.

HSL color Cylindrical-coordinate representation of color #90506F: hue angle of 330.94º 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 #90506F is Cyan = 0, Magento = 0.44, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB14480111-
CMYK00.440.230.44
HSL330.94º28.57%43.92%-
HSV(B)330.94º44.44%56.47%-
XYZ17.2412.8116.6-
YUV102.67132.7157.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.99%
GREEN value IS 80 (31.64% from 255) = 23.88%
BLUE value IS 111 (43.75% from 255) = 33.13%
R=42.99%
G=23.88%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448011100.440.230.44330.9428.5743.92
Hex90506F02C172C14b1d2c
Octal22012015705427545133554
Binary100100001010000110111101011001011110110010100101111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90506F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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