#92476C

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

Shades of Cannon Pink #92476C

Tints of Cannon Pink #92476C

Color information

#92476C (or 0x92476C) is unknown color: approx Cannon Pink. HEX triplet: 92, 47 and 6C. RGB value is (146,71,108). Sum of RGB (Red+Green+Blue) = 146+71+108=325 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.92% from 325); Green value is 71 (28.12% from 255 or 21.85% from 325); Blue value is 108 (42.58% from 255 or 33.23% from 325); Max value from RGB is 146 - color contains mainly: red. Hex color #92476C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92476C is #6DB893. Grayscale: #616161. Windows color (decimal): -7190676 or 7096210. OLE color: 7096210.

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

Color convert

RGB14671108-
CMYK00.510.260.43
HSL330.4º34.56%42.55%-
HSV(B)330.4º51.37%57.25%-
XYZ16.8111.715.56-
YUV97.64133.85162.49-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.92%
GREEN value IS 71 (28.12% from 255) = 21.85%
BLUE value IS 108 (42.58% from 255) = 33.23%
R=44.92%
G=21.85%
B=33.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467110800.510.260.43330.434.5642.55
Hex92476C0331A2B14a232b
Octal22210715406332535124353
Binary1001001010001111101100011001111010101011101001010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92476C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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