#90506B

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

Shades of Cannon Pink #90506B

Tints of Cannon Pink #90506B

Color information

#90506B (or 0x90506B) is unknown color: approx Cannon Pink. HEX triplet: 90, 50 and 6B. RGB value is (144,80,107). Sum of RGB (Red+Green+Blue) = 144+80+107=331 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.50% from 331); Green value is 80 (31.64% from 255 or 24.17% from 331); Blue value is 107 (42.19% from 255 or 32.33% from 331); Max value from RGB is 144 - color contains mainly: red. Hex color #90506B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90506B is #6FAF94. Grayscale: #666666. Windows color (decimal): -7319445 or 7032976. OLE color: 7032976.

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

Color convert

RGB14480107-
CMYK00.440.260.44
HSL334.69º28.57%43.92%-
HSV(B)334.69º44.44%56.47%-
XYZ17.0212.7315.47-
YUV102.21130.7157.8-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.50%
GREEN value IS 80 (31.64% from 255) = 24.17%
BLUE value IS 107 (42.19% from 255) = 32.33%
R=43.50%
G=24.17%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448010700.440.260.44334.6928.5743.92
Hex90506B02C1A2C14f1d2c
Octal22012015305432545173554
Binary100100001010000110101101011001101010110010100111111101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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