#92476F

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

Shades of Cannon Pink #92476F

Tints of Cannon Pink #92476F

Color information

#92476F (or 0x92476F) is unknown color: approx Cannon Pink. HEX triplet: 92, 47 and 6F. RGB value is (146,71,111). Sum of RGB (Red+Green+Blue) = 146+71+111=328 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.51% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 146 - color contains mainly: red. Hex color #92476F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #92476F is #6DB890. Grayscale: #616161. Windows color (decimal): -7190673 or 7292818. OLE color: 7292818.

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

Color convert

RGB14671111-
CMYK00.510.240.43
HSL328º34.56%42.55%-
HSV(B)328º51.37%57.25%-
XYZ16.9811.7716.42-
YUV97.98135.35162.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 44.51%
GREEN value IS 71 (28.12% from 255) = 21.65%
BLUE value IS 111 (43.75% from 255) = 33.84%
R=44.51%
G=21.65%
B=33.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467111100.510.240.4332834.5642.55
Hex92476F033182B148232b
Octal22210715706330535104353
Binary1001001010001111101111011001111000101011101001000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92476F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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