#92496B

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

Shades of Cannon Pink #92496B

Tints of Cannon Pink #92496B

Color information

#92496B (or 0x92496B) is unknown color: approx Cannon Pink. HEX triplet: 92, 49 and 6B. RGB value is (146,73,107). Sum of RGB (Red+Green+Blue) = 146+73+107=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 73 (28.91% from 255 or 22.39% from 326); Blue value is 107 (42.19% from 255 or 32.82% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #92496B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92496B is #6DB694. Grayscale: #626262. Windows color (decimal): -7190165 or 7031186. OLE color: 7031186.

HSL color Cylindrical-coordinate representation of color #92496B: hue angle of 332.05º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #92496B is Cyan = 0, Magento = 0.5, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14673107-
CMYK00.50.270.43
HSL332.05º33.33%42.94%-
HSV(B)332.05º50%57.25%-
XYZ16.8911.9415.32-
YUV98.7132.68161.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.79%
GREEN value IS 73 (28.91% from 255) = 22.39%
BLUE value IS 107 (42.19% from 255) = 32.82%
R=44.79%
G=22.39%
B=32.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467310700.50.270.43332.0533.3342.94
Hex92496B0321B2B14c212b
Octal22211115306233535144153
Binary1001001010010011101011011001011011101011101001100100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92496B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,73,107); }

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

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

 a { background-color: rgb(146,73,107); }

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

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

 span { border-color: rgb(146,73,107); }

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