#92496F

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

Shades of Cannon Pink #92496F

Tints of Cannon Pink #92496F

Color information

#92496F (or 0x92496F) is unknown color: approx Cannon Pink. HEX triplet: 92, 49 and 6F. RGB value is (146,73,111). Sum of RGB (Red+Green+Blue) = 146+73+111=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 111 (43.75% from 255 or 33.64% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #92496F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92496F is #6DB690. Grayscale: #636363. Windows color (decimal): -7190161 or 7293330. OLE color: 7293330.

HSL color Cylindrical-coordinate representation of color #92496F: hue angle of 328.77º 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 #92496F is Cyan = 0, Magento = 0.5, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14673111-
CMYK00.50.240.43
HSL328.77º33.33%42.94%-
HSV(B)328.77º50%57.25%-
XYZ17.1112.0216.46-
YUV99.16134.68161.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.24%
GREEN value IS 73 (28.91% from 255) = 22.12%
BLUE value IS 111 (43.75% from 255) = 33.64%
R=44.24%
G=22.12%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467311100.50.240.43328.7733.3342.94
Hex92496F032182B149212b
Octal22211115706230535114153
Binary1001001010010011101111011001011000101011101001001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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