#924E76

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

Shades of Cannon Pink #924E76

Tints of Cannon Pink #924E76

Color information

#924E76 (or 0x924E76) is unknown color: approx Cannon Pink. HEX triplet: 92, 4E and 76. RGB value is (146,78,118). Sum of RGB (Red+Green+Blue) = 146+78+118=342 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.69% from 342); Green value is 78 (30.86% from 255 or 22.81% from 342); Blue value is 118 (46.48% from 255 or 34.50% from 342); Max value from RGB is 146 - color contains mainly: red. Hex color #924E76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #924E76 is #6DB189. Grayscale: #666666. Windows color (decimal): -7188874 or 7753362. OLE color: 7753362.

HSL color Cylindrical-coordinate representation of color #924E76: hue angle of 324.71º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #924E76 is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB14678118-
CMYK00.470.190.43
HSL324.71º30.36%43.92%-
HSV(B)324.71º46.58%57.25%-
XYZ17.8512.8718.68-
YUV102.89136.53158.75-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.69%
GREEN value IS 78 (30.86% from 255) = 22.81%
BLUE value IS 118 (46.48% from 255) = 34.50%
R=42.69%
G=22.81%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1467811800.470.190.43324.7130.3643.92
Hex924E7602F132B1451e2c
Octal22211616605723535053654
Binary100100101001110111011001011111001110101110100010111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924E76; }

 p { color: rgb(146,78,118); }

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

<style>
 a { background-color: #924E76; }

 a { background-color: rgb(146,78,118); }

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

<style>
 span { border-color: #924E76; }

 span { border-color: rgb(146,78,118); }

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