#90566D

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

Shades of Cannon Pink #90566D

Tints of Cannon Pink #90566D

Color information

#90566D (or 0x90566D) is unknown color: approx Cannon Pink. HEX triplet: 90, 56 and 6D. RGB value is (144,86,109). Sum of RGB (Red+Green+Blue) = 144+86+109=339 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.48% from 339); Green value is 86 (33.98% from 255 or 25.37% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 144 - color contains mainly: red. Hex color #90566D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90566D is #6FA992. Grayscale: #696969. Windows color (decimal): -7317907 or 7165584. OLE color: 7165584.

HSL color Cylindrical-coordinate representation of color #90566D: hue angle of 336.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90566D is Cyan = 0, Magento = 0.40, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB14486109-
CMYK00.400.240.44
HSL336.21º25.22%45.1%-
HSV(B)336.21º40.28%56.47%-
XYZ17.5913.6916.18-
YUV105.96129.72155.13-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.48%
GREEN value IS 86 (33.98% from 255) = 25.37%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=42.48%
G=25.37%
B=32.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.24
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448610900.400.240.44336.2125.2245.1
Hex90566D028182C150192d
Octal22012615505030545203155
Binary100100001010110110110101010001100010110010101000011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90566D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90566D; }

 p { color: rgb(144,86,109); }

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

<style>
 a { background-color: #90566D; }

 a { background-color: rgb(144,86,109); }

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

<style>
 span { border-color: #90566D; }

 span { border-color: rgb(144,86,109); }

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