#92476E

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

Shades of Cannon Pink #92476E

Tints of Cannon Pink #92476E

Color information

#92476E (or 0x92476E) is unknown color: approx Cannon Pink. HEX triplet: 92, 47 and 6E. RGB value is (146,71,110). Sum of RGB (Red+Green+Blue) = 146+71+110=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 71 (28.12% from 255 or 21.71% from 327); Blue value is 110 (43.36% from 255 or 33.64% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #92476E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92476E is #6DB891. Grayscale: #616161. Windows color (decimal): -7190674 or 7227282. OLE color: 7227282.

HSL color Cylindrical-coordinate representation of color #92476E: hue angle of 328.8º degrees, saturation: 0.35, 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 #92476E is Cyan = 0, Magento = 0.51, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14671110-
CMYK00.510.250.43
HSL328.8º34.56%42.55%-
HSV(B)328.8º51.37%57.25%-
XYZ16.9211.7416.13-
YUV97.87134.85162.33-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.65%
GREEN value IS 71 (28.12% from 255) = 21.71%
BLUE value IS 110 (43.36% from 255) = 33.64%
R=44.65%
G=21.71%
B=33.64%

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
Decimal1467111000.510.250.43328.834.5642.55
Hex92476E033192B149232b
Octal22210715606331535114353
Binary1001001010001111101110011001111001101011101001001100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92476E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92476E; }

 p { color: rgb(146,71,110); }

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

<style>
 a { background-color: #92476E; }

 a { background-color: rgb(146,71,110); }

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

<style>
 span { border-color: #92476E; }

 span { border-color: rgb(146,71,110); }

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