#92486D

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

Shades of Cannon Pink #92486D

Tints of Cannon Pink #92486D

Color information

#92486D (or 0x92486D) is unknown color: approx Cannon Pink. HEX triplet: 92, 48 and 6D. RGB value is (146,72,109). Sum of RGB (Red+Green+Blue) = 146+72+109=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 72 (28.52% from 255 or 22.02% from 327); Blue value is 109 (42.97% from 255 or 33.33% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92486D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92486D is #6DB792. Grayscale: #626262. Windows color (decimal): -7190419 or 7162002. OLE color: 7162002.

HSL color Cylindrical-coordinate representation of color #92486D: hue angle of 330º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #92486D is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14672109-
CMYK00.510.250.43
HSL330º33.94%42.75%-
HSV(B)330º50.68%57.25%-
XYZ16.9311.8515.86-
YUV98.34134.02161.99-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 72 (28.52% from 255) = 22.02%
BLUE value IS 109 (42.97% from 255) = 33.33%
R=44.65%
G=22.02%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467210900.510.250.4333033.9442.75
Hex92486D033192B14a222b
Octal22211015506331535124253
Binary1001001010010001101101011001111001101011101001010100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92486D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,72,109); }

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

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

 a { background-color: rgb(146,72,109); }

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

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

 span { border-color: rgb(146,72,109); }

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