#92466F

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

Shades of Cannon Pink #92466F

Tints of Cannon Pink #92466F

Color information

#92466F (or 0x92466F) is unknown color: approx Cannon Pink. HEX triplet: 92, 46 and 6F. RGB value is (146,70,111). Sum of RGB (Red+Green+Blue) = 146+70+111=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 70 (27.73% from 255 or 21.41% from 327); Blue value is 111 (43.75% from 255 or 33.94% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92466F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92466F is #6DB990. Grayscale: #616161. Windows color (decimal): -7190929 or 7292562. OLE color: 7292562.

HSL color Cylindrical-coordinate representation of color #92466F: hue angle of 327.63º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #92466F is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14670111-
CMYK00.520.240.43
HSL327.63º35.19%42.35%-
HSV(B)327.63º52.05%57.25%-
XYZ16.9111.6416.39-
YUV97.4135.68162.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 70 (27.73% from 255) = 21.41%
BLUE value IS 111 (43.75% from 255) = 33.94%
R=44.65%
G=21.41%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467011100.520.240.43327.6335.1942.35
Hex92466F034182B148232a
Octal22210615706430535104352
Binary1001001010001101101111011010011000101011101001000100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92466F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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