#90556B

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

Shades of Cannon Pink #90556B

Tints of Cannon Pink #90556B

Color information

#90556B (or 0x90556B) is unknown color: approx Cannon Pink. HEX triplet: 90, 55 and 6B. RGB value is (144,85,107). Sum of RGB (Red+Green+Blue) = 144+85+107=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 85 (33.59% from 255 or 25.30% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #90556B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90556B is #6FAA94. Grayscale: #696969. Windows color (decimal): -7318165 or 7034256. OLE color: 7034256.

HSL color Cylindrical-coordinate representation of color #90556B: hue angle of 337.63º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #90556B is Cyan = 0, Magento = 0.41, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB14485107-
CMYK00.410.260.44
HSL337.63º25.76%44.9%-
HSV(B)337.63º40.97%56.47%-
XYZ17.413.4915.6-
YUV105.15129.05155.71-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 85 (33.59% from 255) = 25.30%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=42.86%
G=25.30%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448510700.410.260.44337.6325.7644.9
Hex90556B0291A2C1521a2d
Octal22012515305132545223255
Binary100100001010101110101101010011101010110010101001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90556B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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