#90506A

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

Shades of Cannon Pink #90506A

Tints of Cannon Pink #90506A

Color information

#90506A (or 0x90506A) is unknown color: approx Cannon Pink. HEX triplet: 90, 50 and 6A. RGB value is (144,80,106). Sum of RGB (Red+Green+Blue) = 144+80+106=330 (43% of max value = 765). Red value is 144 (56.64% from 255 or 43.64% from 330); Green value is 80 (31.64% from 255 or 24.24% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 144 - color contains mainly: red. Hex color #90506A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90506A is #6FAF95. Grayscale: #666666. Windows color (decimal): -7319446 or 6967440. OLE color: 6967440.

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

Color convert

RGB14480106-
CMYK00.440.260.44
HSL335.62º28.57%43.92%-
HSV(B)335.62º44.44%56.47%-
XYZ16.9712.7115.19-
YUV102.1130.2157.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 43.64%
GREEN value IS 80 (31.64% from 255) = 24.24%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=43.64%
G=24.24%
B=32.12%

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
Decimal1448010600.440.260.44335.6228.5743.92
Hex90506A02C1A2C1501d2c
Octal22012015205432545203554
Binary100100001010000110101001011001101010110010101000011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90506A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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